Html Css Color HEX #388C19 La Palma

📋 copy color: '#388C19'

red 56 ◦ green 140 ◦ blue 25

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

Shades of La Palma #388C19

Tints of La Palma #388C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 63.35%

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

R = 25.34%
G = 63.35%
B = 11.31%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#388C19 (or 0x388C19) is known color: La Palma. HEX triplet: 38, 8C and 19. RGB value is (56,140,25). Sum of RGB (Red+Green+Blue) = 56+140+25=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 140 (55.08% from 255 or 63.35% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 140 - color contains mainly: green. Hex color #388C19 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388C19 is #C773E6. Grayscale: #666666. Windows color (decimal): -13071335 or 1674296. OLE color: 1674296.

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

Color convert

RGB 56 140 25 -
CMYK 0.6 0 0.82 0.45
HSL 103.83º 0.7% 0.32% -
HSV(B) 103.83º 0.82% 0.55% -
XYZ 11.18 19.67 4.13 -
YUV 101.77 84.67 95.35 -
System Red Green Blue C M Y K H S L
Decimal 56 140 25 0.6 0 0.82 0.45 103.83 0.7 0.32
Hex 38 8C 19 3C 0 52 2D 68 46 20
Octal 70 214 31 74 0 122 55 150 106 40
Binary 111000 10001100 11001 111100 0 1010010 101101 1101000 1000110 100000

Color Harmonies of #388C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388C19

Black with #388C19

Text Example


Text Example

White with #388C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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