Html Css Color HEX #386F38 Japanese Laurel

📋 copy color: '#386F38'

red 56 ◦ green 111 ◦ blue 56

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

Shades of Japanese Laurel #386F38

Tints of Japanese Laurel #386F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 25.11%

R = 25.11%
G = 49.78%
B = 25.11%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#386F38 (or 0x386F38) is known color: Japanese Laurel. HEX triplet: 38, 6F and 38. RGB value is (56,111,56). Sum of RGB (Red+Green+Blue) = 56+111+56=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 111 (43.75% from 255 or 49.78% from 223); Blue value is 56 (22.27% from 255 or 25.11% from 223); Max value from RGB is 111 - color contains mainly: green. Hex color #386F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F38 is #C790C7. Grayscale: #585858. Windows color (decimal): -13078728 or 3698488. OLE color: 3698488.

HSL color Cylindrical-coordinate representation of color #386F38: hue angle of 120º 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 #386F38 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 111 56 -
CMYK 0.50 0 0.50 0.56
HSL 120º 0.33% 0.33% -
HSV(B) 120º 0.5% 0.44% -
XYZ 8.03 12.5 5.73 -
YUV 88.29 109.78 104.97 -
System Red Green Blue C M Y K H S L
Decimal 56 111 56 0.50 0 0.50 0.56 120 0.33 0.33
Hex 38 6F 38 32 0 32 38 78 21 21
Octal 70 157 70 62 0 62 70 170 41 41
Binary 111000 1101111 111000 110010 0 110010 111000 1111000 100001 100001

Color Harmonies of #386F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386F38

Black with #386F38

Text Example


Text Example

White with #386F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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