Html Css Color HEX #387034 Japanese Laurel

📋 copy color: '#387034'

red 56 ◦ green 112 ◦ blue 52

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

Shades of Japanese Laurel #387034

Tints of Japanese Laurel #387034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 25.45%
G = 50.91%
B = 23.64%

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

#387034 (or 0x387034) is known color: Japanese Laurel. HEX triplet: 38, 70 and 34. RGB value is (56,112,52). Sum of RGB (Red+Green+Blue) = 56+112+52=220 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.45% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #387034 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387034 is #C78FCB. Grayscale: #585858. Windows color (decimal): -13078476 or 3436600. OLE color: 3436600.

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

Color convert

RGB 56 112 52 -
CMYK 0.50 0 0.54 0.56
HSL 116º 0.37% 0.32% -
HSV(B) 116º 0.54% 0.44% -
XYZ 8.04 12.68 5.27 -
YUV 88.42 107.45 104.88 -
System Red Green Blue C M Y K H S L
Decimal 56 112 52 0.50 0 0.54 0.56 116 0.37 0.32
Hex 38 70 34 32 0 36 38 74 25 20
Octal 70 160 64 62 0 66 70 164 45 40
Binary 111000 1110000 110100 110010 0 110110 111000 1110100 100101 100000

Color Harmonies of #387034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387034

Black with #387034

Text Example


Text Example

White with #387034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387034; }

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

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

background-color css

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

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

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

border-color css

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

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

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