Html Css Color HEX #387342 Japanese Laurel

📋 copy color: '#387342'

red 56 ◦ green 115 ◦ blue 66

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

Shades of Japanese Laurel #387342

Tints of Japanese Laurel #387342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 27.85%

R = 23.63%
G = 48.52%
B = 27.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#387342 (or 0x387342) is known color: Japanese Laurel. HEX triplet: 38, 73 and 42. RGB value is (56,115,66). Sum of RGB (Red+Green+Blue) = 56+115+66=237 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.63% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #387342 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387342 is #C78CBD. Grayscale: #5B5B5B. Windows color (decimal): -13077694 or 4354872. OLE color: 4354872.

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

Color convert

RGB 56 115 66 -
CMYK 0.51 0 0.43 0.55
HSL 130.17º 0.35% 0.34% -
HSV(B) 130.17º 0.51% 0.45% -
XYZ 8.74 13.5 7.3 -
YUV 91.77 113.45 102.48 -
System Red Green Blue C M Y K H S L
Decimal 56 115 66 0.51 0 0.43 0.55 130.17 0.35 0.34
Hex 38 73 42 33 0 2B 37 82 23 22
Octal 70 163 102 63 0 53 67 202 43 42
Binary 111000 1110011 1000010 110011 0 101011 110111 10000010 100011 100010

Color Harmonies of #387342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387342

Black with #387342

Text Example


Text Example

White with #387342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387342; }

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

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

background-color css

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

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

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

border-color css

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

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

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