Html Css Color HEX #38847B Elm

📋 copy color: '#38847B'

red 56 ◦ green 132 ◦ blue 123

#38847B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elm #38847B

Tints of Elm #38847B

RGB

 RED value IS 56 (22.27% from 255) = 18.01%

 GREEN value IS 132 (51.95% from 255) = 42.44%

 BLUE value IS 123 (48.44% from 255) = 39.55%

R = 18.01%
G = 42.44%
B = 39.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38847B (or 0x38847B) is known color: Elm. HEX triplet: 38, 84 and 7B. RGB value is (56,132,123). Sum of RGB (Red+Green+Blue) = 56+132+123=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #38847B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38847B is #C77B84. Grayscale: #6C6C6C. Windows color (decimal): -13073285 or 8094776. OLE color: 8094776.

HSL color Cylindrical-coordinate representation of color #38847B: hue angle of 172.89º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38847B is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 56 132 123 -
CMYK 0.58 0 0.07 0.48
HSL 172.89º 0.4% 0.37% -
HSV(B) 172.89º 0.58% 0.52% -
XYZ 13.46 18.77 21.65 -
YUV 108.25 136.32 90.73 -
System Red Green Blue C M Y K H S L
Decimal 56 132 123 0.58 0 0.07 0.48 172.89 0.4 0.37
Hex 38 84 7B 3A 0 7 30 AD 28 25
Octal 70 204 173 72 0 7 60 255 50 45
Binary 111000 10000100 1111011 111010 0 111 110000 10101101 101000 100101

Color Harmonies of #38847B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38847B

Black with #38847B

Text Example


Text Example

White with #38847B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38847B; }

 p { color: rgb(56,132,123); }

 H1.HeaderClassName
 {
   color: #38847B;
 }
 .AnyTagClassName
 {
   color: #38847B;
 }
</style>

background-color css

<style>
 a { background-color: #38847B; }

 a { background-color: rgb(56,132,123); }

 div.DivClassName
 {
   background-color: #38847B;
 }
 .BgClassName
 {
   background-color: #38847B;
 }
</style>

border-color css

<style>
 span { border-color: #38847B; }

 span { border-color: rgb(56,132,123); }

 td.TdClassName
 {
   border-color: #38847B;
 }
 .TagClassName
 {
   border-color: #38847B;
 }
</style>