Html Css Color HEX #388942 Japanese Laurel

📋 copy color: '#388942'

red 56 ◦ green 137 ◦ blue 66

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

Shades of Japanese Laurel #388942

Tints of Japanese Laurel #388942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 52.9%

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 21.62%
G = 52.9%
B = 25.48%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#388942 (or 0x388942) is known color: Japanese Laurel. HEX triplet: 38, 89 and 42. RGB value is (56,137,66). Sum of RGB (Red+Green+Blue) = 56+137+66=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #388942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388942 is #C776BD. Grayscale: #686868. Windows color (decimal): -13072062 or 4360504. OLE color: 4360504.

HSL color Cylindrical-coordinate representation of color #388942: hue angle of 127.41º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388942 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 137 66 -
CMYK 0.59 0 0.52 0.46
HSL 127.41º 0.42% 0.38% -
HSV(B) 127.41º 0.59% 0.54% -
XYZ 11.56 19.13 8.24 -
YUV 104.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 56 137 66 0.59 0 0.52 0.46 127.41 0.42 0.38
Hex 38 89 42 3B 0 34 2E 7F 2A 26
Octal 70 211 102 73 0 64 56 177 52 46
Binary 111000 10001001 1000010 111011 0 110100 101110 1111111 101010 100110

Color Harmonies of #388942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388942

Black with #388942

Text Example


Text Example

White with #388942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388942; }

 p { color: rgb(56,137,66); }

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

background-color css

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

 a { background-color: rgb(56,137,66); }

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

border-color css

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

 span { border-color: rgb(56,137,66); }

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