Html Css Color HEX #387440 Japanese Laurel

📋 copy color: '#387440'

red 56 ◦ green 116 ◦ blue 64

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

Shades of Japanese Laurel #387440

Tints of Japanese Laurel #387440

RGB

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

 GREEN value IS 116 (45.7% from 255) = 49.15%

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

R = 23.73%
G = 49.15%
B = 27.12%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.55

RGB Variations

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

Color information

#387440 (or 0x387440) is known color: Japanese Laurel. HEX triplet: 38, 74 and 40. RGB value is (56,116,64). Sum of RGB (Red+Green+Blue) = 56+116+64=236 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.73% from 236); Green value is 116 (45.70% from 255 or 49.15% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 116 - color contains mainly: green. Hex color #387440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387440 is #C78BBF. Grayscale: #5C5C5C. Windows color (decimal): -13077440 or 4224056. OLE color: 4224056.

HSL color Cylindrical-coordinate representation of color #387440: hue angle of 128º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #387440 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 116 64 -
CMYK 0.52 0 0.45 0.55
HSL 128º 0.35% 0.34% -
HSV(B) 128º 0.52% 0.45% -
XYZ 8.8 13.7 7.03 -
YUV 92.13 112.12 102.23 -
System Red Green Blue C M Y K H S L
Decimal 56 116 64 0.52 0 0.45 0.55 128 0.35 0.34
Hex 38 74 40 34 0 2D 37 80 23 22
Octal 70 164 100 64 0 55 67 200 43 42
Binary 111000 1110100 1000000 110100 0 101101 110111 10000000 100011 100010

Color Harmonies of #387440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387440

Black with #387440

Text Example


Text Example

White with #387440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387440; }

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

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

background-color css

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

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

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

border-color css

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

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

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