Html Css Color HEX #387140 Japanese Laurel

📋 copy color: '#387140'

red 56 ◦ green 113 ◦ blue 64

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

Shades of Japanese Laurel #387140

Tints of Japanese Laurel #387140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.47%

R = 24.03%
G = 48.5%
B = 27.47%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#387140 (or 0x387140) is known color: Japanese Laurel. HEX triplet: 38, 71 and 40. RGB value is (56,113,64). Sum of RGB (Red+Green+Blue) = 56+113+64=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 113 (44.53% from 255 or 48.50% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 113 - color contains mainly: green. Hex color #387140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387140 is #C78EBF. Grayscale: #5A5A5A. Windows color (decimal): -13078208 or 4223288. OLE color: 4223288.

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

Color convert

RGB 56 113 64 -
CMYK 0.50 0 0.43 0.56
HSL 128.42º 0.34% 0.33% -
HSV(B) 128.42º 0.5% 0.44% -
XYZ 8.46 13.02 6.92 -
YUV 90.37 113.12 103.48 -
System Red Green Blue C M Y K H S L
Decimal 56 113 64 0.50 0 0.43 0.56 128.42 0.34 0.33
Hex 38 71 40 32 0 2B 38 80 22 21
Octal 70 161 100 62 0 53 70 200 42 41
Binary 111000 1110001 1000000 110010 0 101011 111000 10000000 100010 100001

Color Harmonies of #387140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387140

Black with #387140

Text Example


Text Example

White with #387140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387140; }

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

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

background-color css

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

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

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

border-color css

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

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

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