Html Css Color HEX #388840 Japanese Laurel

📋 copy color: '#388840'

red 56 ◦ green 136 ◦ blue 64

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

Shades of Japanese Laurel #388840

Tints of Japanese Laurel #388840

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.13%

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

R = 21.88%
G = 53.13%
B = 25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#388840 (or 0x388840) is known color: Japanese Laurel. HEX triplet: 38, 88 and 40. RGB value is (56,136,64). Sum of RGB (Red+Green+Blue) = 56+136+64=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 136 (53.52% from 255 or 53.12% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 136 - color contains mainly: green. Hex color #388840 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388840 is #C777BF. Grayscale: #686868. Windows color (decimal): -13072320 or 4229176. OLE color: 4229176.

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

Color convert

RGB 56 136 64 -
CMYK 0.59 0 0.53 0.47
HSL 126º 0.42% 0.38% -
HSV(B) 126º 0.59% 0.53% -
XYZ 11.36 18.82 7.88 -
YUV 103.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 56 136 64 0.59 0 0.53 0.47 126 0.42 0.38
Hex 38 88 40 3B 0 35 2F 7E 2A 26
Octal 70 210 100 73 0 65 57 176 52 46
Binary 111000 10001000 1000000 111011 0 110101 101111 1111110 101010 100110

Color Harmonies of #388840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388840

Black with #388840

Text Example


Text Example

White with #388840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388840; }

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

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

background-color css

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

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

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

border-color css

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

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

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