Html Css Color HEX #387C40 Japanese Laurel

📋 copy color: '#387C40'

red 56 ◦ green 124 ◦ blue 64

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

Shades of Japanese Laurel #387C40

Tints of Japanese Laurel #387C40

RGB

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

 GREEN value IS 124 (48.83% from 255) = 50.82%

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

R = 22.95%
G = 50.82%
B = 26.23%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#387C40 (or 0x387C40) is known color: Japanese Laurel. HEX triplet: 38, 7C and 40. RGB value is (56,124,64). Sum of RGB (Red+Green+Blue) = 56+124+64=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 64 (25.39% from 255 or 26.23% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #387C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387C40 is #C783BF. Grayscale: #616161. Windows color (decimal): -13075392 or 4226104. OLE color: 4226104.

HSL color Cylindrical-coordinate representation of color #387C40: hue angle of 127.06º 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 #387C40 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 56 124 64 -
CMYK 0.55 0 0.48 0.51
HSL 127.06º 0.38% 0.35% -
HSV(B) 127.06º 0.55% 0.49% -
XYZ 9.76 15.63 7.35 -
YUV 96.83 109.47 98.88 -
System Red Green Blue C M Y K H S L
Decimal 56 124 64 0.55 0 0.48 0.51 127.06 0.38 0.35
Hex 38 7C 40 37 0 30 33 7F 26 23
Octal 70 174 100 67 0 60 63 177 46 43
Binary 111000 1111100 1000000 110111 0 110000 110011 1111111 100110 100011

Color Harmonies of #387C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387C40

Black with #387C40

Text Example


Text Example

White with #387C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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