Html Css Color HEX #387232 Japanese Laurel

📋 copy color: '#387232'

red 56 ◦ green 114 ◦ blue 50

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

Shades of Japanese Laurel #387232

Tints of Japanese Laurel #387232

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.82%

 BLUE value IS 50 (19.92% from 255) = 22.73%

R = 25.45%
G = 51.82%
B = 22.73%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.56

 K value IS 0.55

RGB Variations

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

Color information

#387232 (or 0x387232) is known color: Japanese Laurel. HEX triplet: 38, 72 and 32. RGB value is (56,114,50). Sum of RGB (Red+Green+Blue) = 56+114+50=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 114 (44.92% from 255 or 51.82% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 114 - color contains mainly: green. Hex color #387232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387232 is #C78DCD. Grayscale: #595959. Windows color (decimal): -13077966 or 3306040. OLE color: 3306040.

HSL color Cylindrical-coordinate representation of color #387232: hue angle of 114.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #387232 is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 114 50 -
CMYK 0.51 0 0.56 0.55
HSL 114.38º 0.39% 0.32% -
HSV(B) 114.38º 0.56% 0.45% -
XYZ 8.22 13.11 5.11 -
YUV 89.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 56 114 50 0.51 0 0.56 0.55 114.38 0.39 0.32
Hex 38 72 32 33 0 38 37 72 27 20
Octal 70 162 62 63 0 70 67 162 47 40
Binary 111000 1110010 110010 110011 0 111000 110111 1110010 100111 100000

Color Harmonies of #387232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387232

Black with #387232

Text Example


Text Example

White with #387232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387232; }

 p { color: rgb(56,114,50); }

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

background-color css

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

 a { background-color: rgb(56,114,50); }

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

border-color css

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

 span { border-color: rgb(56,114,50); }

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