Html Css Color HEX #386C39 Japanese Laurel

📋 copy color: '#386C39'

red 56 ◦ green 108 ◦ blue 57

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

Shades of Japanese Laurel #386C39

Tints of Japanese Laurel #386C39

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48.87%

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

R = 25.34%
G = 48.87%
B = 25.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#386C39 (or 0x386C39) is known color: Japanese Laurel. HEX triplet: 38, 6C and 39. RGB value is (56,108,57). Sum of RGB (Red+Green+Blue) = 56+108+57=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 108 (42.58% from 255 or 48.87% from 221); Blue value is 57 (22.66% from 255 or 25.79% from 221); Max value from RGB is 108 - color contains mainly: green. Hex color #386C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386C39 is #C793C6. Grayscale: #565656. Windows color (decimal): -13079495 or 3763256. OLE color: 3763256.

HSL color Cylindrical-coordinate representation of color #386C39: hue angle of 121.15º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #386C39 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 108 57 -
CMYK 0.48 0 0.47 0.58
HSL 121.15º 0.32% 0.32% -
HSV(B) 121.15º 0.48% 0.42% -
XYZ 7.73 11.86 5.75 -
YUV 86.64 111.27 106.15 -
System Red Green Blue C M Y K H S L
Decimal 56 108 57 0.48 0 0.47 0.58 121.15 0.32 0.32
Hex 38 6C 39 30 0 2F 3A 79 20 20
Octal 70 154 71 60 0 57 72 171 40 40
Binary 111000 1101100 111001 110000 0 101111 111010 1111001 100000 100000

Color Harmonies of #386C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386C39

Black with #386C39

Text Example


Text Example

White with #386C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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