Html Css Color HEX #387940 Japanese Laurel

📋 copy color: '#387940'

red 56 ◦ green 121 ◦ blue 64

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

Shades of Japanese Laurel #387940

Tints of Japanese Laurel #387940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 50.21%

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

R = 23.24%
G = 50.21%
B = 26.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#387940 (or 0x387940) is known color: Japanese Laurel. HEX triplet: 38, 79 and 40. RGB value is (56,121,64). Sum of RGB (Red+Green+Blue) = 56+121+64=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #387940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #387940 is #C786BF. Grayscale: #5F5F5F. Windows color (decimal): -13076160 or 4225336. OLE color: 4225336.

HSL color Cylindrical-coordinate representation of color #387940: hue angle of 127.38º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #387940 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 56 121 64 -
CMYK 0.54 0 0.47 0.53
HSL 127.38º 0.37% 0.35% -
HSV(B) 127.38º 0.54% 0.47% -
XYZ 9.39 14.89 7.23 -
YUV 95.07 110.47 100.13 -
System Red Green Blue C M Y K H S L
Decimal 56 121 64 0.54 0 0.47 0.53 127.38 0.37 0.35
Hex 38 79 40 36 0 2F 35 7F 25 23
Octal 70 171 100 66 0 57 65 177 45 43
Binary 111000 1111001 1000000 110110 0 101111 110101 1111111 100101 100011

Color Harmonies of #387940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387940

Black with #387940

Text Example


Text Example

White with #387940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387940; }

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

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

background-color css

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

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

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

border-color css

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

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

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