Html Css Color HEX #387736 Japanese Laurel

📋 copy color: '#387736'

red 56 ◦ green 119 ◦ blue 54

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

Shades of Japanese Laurel #387736

Tints of Japanese Laurel #387736

RGB

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

 GREEN value IS 119 (46.88% from 255) = 51.97%

 BLUE value IS 54 (21.48% from 255) = 23.58%

R = 24.45%
G = 51.97%
B = 23.58%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#387736 (or 0x387736) is known color: Japanese Laurel. HEX triplet: 38, 77 and 36. RGB value is (56,119,54). Sum of RGB (Red+Green+Blue) = 56+119+54=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 119 (46.88% from 255 or 51.97% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 119 - color contains mainly: green. Hex color #387736 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387736 is #C788C9. Grayscale: #5C5C5C. Windows color (decimal): -13076682 or 3569464. OLE color: 3569464.

HSL color Cylindrical-coordinate representation of color #387736: hue angle of 118.15º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387736 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 119 54 -
CMYK 0.53 0 0.55 0.53
HSL 118.15º 0.38% 0.34% -
HSV(B) 118.15º 0.55% 0.47% -
XYZ 8.89 14.3 5.78 -
YUV 92.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 56 119 54 0.53 0 0.55 0.53 118.15 0.38 0.34
Hex 38 77 36 35 0 37 35 76 26 22
Octal 70 167 66 65 0 67 65 166 46 42
Binary 111000 1110111 110110 110101 0 110111 110101 1110110 100110 100010

Color Harmonies of #387736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387736

Black with #387736

Text Example


Text Example

White with #387736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387736; }

 p { color: rgb(56,119,54); }

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

background-color css

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

 a { background-color: rgb(56,119,54); }

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

border-color css

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

 span { border-color: rgb(56,119,54); }

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