Html Css Color HEX #387532 Japanese Laurel

📋 copy color: '#387532'

red 56 ◦ green 117 ◦ blue 50

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

Shades of Japanese Laurel #387532

Tints of Japanese Laurel #387532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 52.47%

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

R = 25.11%
G = 52.47%
B = 22.42%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.54

RGB Variations

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

Color information

#387532 (or 0x387532) is known color: Japanese Laurel. HEX triplet: 38, 75 and 32. RGB value is (56,117,50). Sum of RGB (Red+Green+Blue) = 56+117+50=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 117 (46.09% from 255 or 52.47% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 117 - color contains mainly: green. Hex color #387532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387532 is #C78ACD. Grayscale: #5B5B5B. Windows color (decimal): -13077198 or 3306808. OLE color: 3306808.

HSL color Cylindrical-coordinate representation of color #387532: hue angle of 114.63º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #387532 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 117 50 -
CMYK 0.52 0 0.57 0.54
HSL 114.63º 0.4% 0.33% -
HSV(B) 114.63º 0.57% 0.46% -
XYZ 8.57 13.79 5.23 -
YUV 91.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 56 117 50 0.52 0 0.57 0.54 114.63 0.4 0.33
Hex 38 75 32 34 0 39 36 73 28 21
Octal 70 165 62 64 0 71 66 163 50 41
Binary 111000 1110101 110010 110100 0 111001 110110 1110011 101000 100001

Color Harmonies of #387532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387532

Black with #387532

Text Example


Text Example

White with #387532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387532; }

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

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

background-color css

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

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

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

border-color css

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

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

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