Html Css Color HEX #387332 Japanese Laurel

📋 copy color: '#387332'

red 56 ◦ green 115 ◦ blue 50

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

Shades of Japanese Laurel #387332

Tints of Japanese Laurel #387332

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.04%

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

R = 25.34%
G = 52.04%
B = 22.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.57

 K value IS 0.55

RGB Variations

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

Color information

#387332 (or 0x387332) is known color: Japanese Laurel. HEX triplet: 38, 73 and 32. RGB value is (56,115,50). Sum of RGB (Red+Green+Blue) = 56+115+50=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 115 (45.31% from 255 or 52.04% from 221); Blue value is 50 (19.92% from 255 or 22.62% from 221); Max value from RGB is 115 - color contains mainly: green. Hex color #387332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387332 is #C78CCD. Grayscale: #5A5A5A. Windows color (decimal): -13077710 or 3306296. OLE color: 3306296.

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

Color convert

RGB 56 115 50 -
CMYK 0.51 0 0.57 0.55
HSL 114.46º 0.39% 0.32% -
HSV(B) 114.46º 0.57% 0.45% -
XYZ 8.34 13.33 5.15 -
YUV 89.95 105.45 103.79 -
System Red Green Blue C M Y K H S L
Decimal 56 115 50 0.51 0 0.57 0.55 114.46 0.39 0.32
Hex 38 73 32 33 0 39 37 72 27 20
Octal 70 163 62 63 0 71 67 162 47 40
Binary 111000 1110011 110010 110011 0 111001 110111 1110010 100111 100000

Color Harmonies of #387332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387332

Black with #387332

Text Example


Text Example

White with #387332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387332; }

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

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

background-color css

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

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

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

border-color css

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

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

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