Html Css Color HEX #388D19 La Palma

📋 copy color: '#388D19'

red 56 ◦ green 141 ◦ blue 25

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

Shades of La Palma #388D19

Tints of La Palma #388D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 63.51%

 BLUE value IS 25 (10.16% from 255) = 11.26%

R = 25.23%
G = 63.51%
B = 11.26%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#388D19 (or 0x388D19) is known color: La Palma. HEX triplet: 38, 8D and 19. RGB value is (56,141,25). Sum of RGB (Red+Green+Blue) = 56+141+25=222 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.23% from 222); Green value is 141 (55.47% from 255 or 63.51% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 141 - color contains mainly: green. Hex color #388D19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388D19 is #C772E6. Grayscale: #666666. Windows color (decimal): -13071079 or 1674552. OLE color: 1674552.

HSL color Cylindrical-coordinate representation of color #388D19: hue angle of 103.97º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #388D19 is Cyan = 0.60, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 56 141 25 -
CMYK 0.60 0 0.82 0.45
HSL 103.97º 0.7% 0.33% -
HSV(B) 103.97º 0.82% 0.55% -
XYZ 11.33 19.96 4.18 -
YUV 102.36 84.34 94.93 -
System Red Green Blue C M Y K H S L
Decimal 56 141 25 0.60 0 0.82 0.45 103.97 0.7 0.33
Hex 38 8D 19 3C 0 52 2D 68 46 21
Octal 70 215 31 74 0 122 55 150 106 41
Binary 111000 10001101 11001 111100 0 1010010 101101 1101000 1000110 100001

Color Harmonies of #388D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D19

Black with #388D19

Text Example


Text Example

White with #388D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388D19; }

 p { color: rgb(56,141,25); }

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

background-color css

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

 a { background-color: rgb(56,141,25); }

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

border-color css

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

 span { border-color: rgb(56,141,25); }

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