Html Css Color HEX #387337 Japanese Laurel

📋 copy color: '#387337'

red 56 ◦ green 115 ◦ blue 55

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

Shades of Japanese Laurel #387337

Tints of Japanese Laurel #387337

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 24.78%
G = 50.88%
B = 24.34%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.55

RGB Variations

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

Color information

#387337 (or 0x387337) is known color: Japanese Laurel. HEX triplet: 38, 73 and 37. RGB value is (56,115,55). Sum of RGB (Red+Green+Blue) = 56+115+55=226 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.78% from 226); Green value is 115 (45.31% from 255 or 50.88% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 115 - color contains mainly: green. Hex color #387337 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387337 is #C78CC8. Grayscale: #5A5A5A. Windows color (decimal): -13077705 or 3633976. OLE color: 3633976.

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

Color convert

RGB 56 115 55 -
CMYK 0.51 0 0.52 0.55
HSL 119º 0.35% 0.33% -
HSV(B) 119º 0.52% 0.45% -
XYZ 8.45 13.38 5.75 -
YUV 90.52 107.95 103.38 -
System Red Green Blue C M Y K H S L
Decimal 56 115 55 0.51 0 0.52 0.55 119 0.35 0.33
Hex 38 73 37 33 0 34 37 77 23 21
Octal 70 163 67 63 0 64 67 167 43 41
Binary 111000 1110011 110111 110011 0 110100 110111 1110111 100011 100001

Color Harmonies of #387337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387337

Black with #387337

Text Example


Text Example

White with #387337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387337; }

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

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

background-color css

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

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

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

border-color css

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

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

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