Html Css Color HEX #387D40 Japanese Laurel

📋 copy color: '#387D40'

red 56 ◦ green 125 ◦ blue 64

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

Shades of Japanese Laurel #387D40

Tints of Japanese Laurel #387D40

RGB

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

 GREEN value IS 125 (49.22% from 255) = 51.02%

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

R = 22.86%
G = 51.02%
B = 26.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.51

RGB Variations

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

Color information

#387D40 (or 0x387D40) is known color: Japanese Laurel. HEX triplet: 38, 7D and 40. RGB value is (56,125,64). Sum of RGB (Red+Green+Blue) = 56+125+64=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 125 (49.22% from 255 or 51.02% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 125 - color contains mainly: green. Hex color #387D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387D40 is #C782BF. Grayscale: #616161. Windows color (decimal): -13075136 or 4226360. OLE color: 4226360.

HSL color Cylindrical-coordinate representation of color #387D40: hue angle of 126.96º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #387D40 is Cyan = 0.55, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 125 64 -
CMYK 0.55 0 0.49 0.51
HSL 126.96º 0.38% 0.35% -
HSV(B) 126.96º 0.55% 0.49% -
XYZ 9.89 15.88 7.39 -
YUV 97.42 109.14 98.46 -
System Red Green Blue C M Y K H S L
Decimal 56 125 64 0.55 0 0.49 0.51 126.96 0.38 0.35
Hex 38 7D 40 37 0 31 33 7F 26 23
Octal 70 175 100 67 0 61 63 177 46 43
Binary 111000 1111101 1000000 110111 0 110001 110011 1111111 100110 100011

Color Harmonies of #387D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387D40

Black with #387D40

Text Example


Text Example

White with #387D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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