Html Css Color HEX #388040 Japanese Laurel

📋 copy color: '#388040'

red 56 ◦ green 128 ◦ blue 64

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

Shades of Japanese Laurel #388040

Tints of Japanese Laurel #388040

RGB

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

 GREEN value IS 128 (50.39% from 255) = 51.61%

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

R = 22.58%
G = 51.61%
B = 25.81%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#388040 (or 0x388040) is known color: Japanese Laurel. HEX triplet: 38, 80 and 40. RGB value is (56,128,64). Sum of RGB (Red+Green+Blue) = 56+128+64=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 128 (50.39% from 255 or 51.61% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 128 - color contains mainly: green. Hex color #388040 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #388040 is #C77FBF. Grayscale: #636363. Windows color (decimal): -13074368 or 4227128. OLE color: 4227128.

HSL color Cylindrical-coordinate representation of color #388040: hue angle of 126.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #388040 is Cyan = 0.56, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 128 64 -
CMYK 0.56 0 0.5 0.50
HSL 126.67º 0.39% 0.36% -
HSV(B) 126.67º 0.56% 0.5% -
XYZ 10.28 16.65 7.52 -
YUV 99.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 56 128 64 0.56 0 0.5 0.50 126.67 0.39 0.36
Hex 38 80 40 38 0 32 32 7F 27 24
Octal 70 200 100 70 0 62 62 177 47 44
Binary 111000 10000000 1000000 111000 0 110010 110010 1111111 100111 100100

Color Harmonies of #388040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388040

Black with #388040

Text Example


Text Example

White with #388040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388040; }

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

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

background-color css

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

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

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

border-color css

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

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

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