Html Css Color HEX #388D13 La Palma

📋 copy color: '#388D13'

red 56 ◦ green 141 ◦ blue 19

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

Shades of La Palma #388D13

Tints of La Palma #388D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 25.93%
G = 65.28%
B = 8.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.87

 K value IS 0.45

RGB Variations

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

Color information

#388D13 (or 0x388D13) is known color: La Palma. HEX triplet: 38, 8D and 13. RGB value is (56,141,19). Sum of RGB (Red+Green+Blue) = 56+141+19=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 141 (55.47% from 255 or 65.28% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 141 - color contains mainly: green. Hex color #388D13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388D13 is #C772EC. Grayscale: #666666. Windows color (decimal): -13071085 or 1281336. OLE color: 1281336.

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

Color convert

RGB 56 141 19 -
CMYK 0.60 0 0.87 0.45
HSL 101.8º 0.76% 0.31% -
HSV(B) 101.8º 0.87% 0.55% -
XYZ 11.27 19.94 3.87 -
YUV 101.68 81.34 95.42 -
System Red Green Blue C M Y K H S L
Decimal 56 141 19 0.60 0 0.87 0.45 101.8 0.76 0.31
Hex 38 8D 13 3C 0 57 2D 66 4C 1F
Octal 70 215 23 74 0 127 55 146 114 37
Binary 111000 10001101 10011 111100 0 1010111 101101 1100110 1001100 11111

Color Harmonies of #388D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388D13

Black with #388D13

Text Example


Text Example

White with #388D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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