Html Css Color HEX #387134 Japanese Laurel

📋 copy color: '#387134'

red 56 ◦ green 113 ◦ blue 52

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

Shades of Japanese Laurel #387134

Tints of Japanese Laurel #387134

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.13%

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

R = 25.34%
G = 51.13%
B = 23.53%

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

#387134 (or 0x387134) is known color: Japanese Laurel. HEX triplet: 38, 71 and 34. RGB value is (56,113,52). Sum of RGB (Red+Green+Blue) = 56+113+52=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 113 (44.53% from 255 or 51.13% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 113 - color contains mainly: green. Hex color #387134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387134 is #C78ECB. Grayscale: #595959. Windows color (decimal): -13078220 or 3436856. OLE color: 3436856.

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

Color convert

RGB 56 113 52 -
CMYK 0.50 0 0.54 0.56
HSL 116.07º 0.37% 0.32% -
HSV(B) 116.07º 0.54% 0.44% -
XYZ 8.16 12.9 5.31 -
YUV 89 107.12 104.46 -
System Red Green Blue C M Y K H S L
Decimal 56 113 52 0.50 0 0.54 0.56 116.07 0.37 0.32
Hex 38 71 34 32 0 36 38 74 25 20
Octal 70 161 64 62 0 66 70 164 45 40
Binary 111000 1110001 110100 110010 0 110110 111000 1110100 100101 100000

Color Harmonies of #387134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387134

Black with #387134

Text Example


Text Example

White with #387134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387134; }

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

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

background-color css

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

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

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

border-color css

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

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

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