Html Css Color HEX #386F39 Japanese Laurel

📋 copy color: '#386F39'

red 56 ◦ green 111 ◦ blue 57

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

Shades of Japanese Laurel #386F39

Tints of Japanese Laurel #386F39

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.55%

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 25%
G = 49.55%
B = 25.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#386F39 (or 0x386F39) is known color: Japanese Laurel. HEX triplet: 38, 6F and 39. RGB value is (56,111,57). Sum of RGB (Red+Green+Blue) = 56+111+57=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 111 (43.75% from 255 or 49.55% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 111 - color contains mainly: green. Hex color #386F39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F39 is #C790C6. Grayscale: #585858. Windows color (decimal): -13078727 or 3764024. OLE color: 3764024.

HSL color Cylindrical-coordinate representation of color #386F39: hue angle of 121.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #386F39 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 57 -
CMYK 0.50 0 0.49 0.56
HSL 121.09º 0.33% 0.33% -
HSV(B) 121.09º 0.5% 0.44% -
XYZ 8.05 12.51 5.86 -
YUV 88.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 56 111 57 0.50 0 0.49 0.56 121.09 0.33 0.33
Hex 38 6F 39 32 0 31 38 79 21 21
Octal 70 157 71 62 0 61 70 171 41 41
Binary 111000 1101111 111001 110010 0 110001 111000 1111001 100001 100001

Color Harmonies of #386F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F39

Black with #386F39

Text Example


Text Example

White with #386F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386F39; }

 p { color: rgb(56,111,57); }

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

background-color css

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

 a { background-color: rgb(56,111,57); }

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

border-color css

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

 span { border-color: rgb(56,111,57); }

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