Html Css Color HEX #387033 Japanese Laurel

📋 copy color: '#387033'

red 56 ◦ green 112 ◦ blue 51

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

Shades of Japanese Laurel #387033

Tints of Japanese Laurel #387033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.14%

 BLUE value IS 51 (20.31% from 255) = 23.29%

R = 25.57%
G = 51.14%
B = 23.29%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.54

 K value IS 0.56

RGB Variations

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

Color information

#387033 (or 0x387033) is known color: Japanese Laurel. HEX triplet: 38, 70 and 33. RGB value is (56,112,51). Sum of RGB (Red+Green+Blue) = 56+112+51=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #387033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387033 is #C78FCC. Grayscale: #585858. Windows color (decimal): -13078477 or 3371064. OLE color: 3371064.

HSL color Cylindrical-coordinate representation of color #387033: hue angle of 115.08º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387033 is Cyan = 0.50, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 51 -
CMYK 0.50 0 0.54 0.56
HSL 115.08º 0.37% 0.32% -
HSV(B) 115.08º 0.54% 0.44% -
XYZ 8.02 12.67 5.15 -
YUV 88.3 106.95 104.96 -
System Red Green Blue C M Y K H S L
Decimal 56 112 51 0.50 0 0.54 0.56 115.08 0.37 0.32
Hex 38 70 33 32 0 36 38 73 25 20
Octal 70 160 63 62 0 66 70 163 45 40
Binary 111000 1110000 110011 110010 0 110110 111000 1110011 100101 100000

Color Harmonies of #387033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387033

Black with #387033

Text Example


Text Example

White with #387033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387033; }

 p { color: rgb(56,112,51); }

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

background-color css

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

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

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

border-color css

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

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

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