Html Css Color HEX #388E10 La Palma

📋 copy color: '#388E10'

red 56 ◦ green 142 ◦ blue 16

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

Shades of La Palma #388E10

Tints of La Palma #388E10

RGB

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

 GREEN value IS 142 (55.86% from 255) = 66.36%

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 26.17%
G = 66.36%
B = 7.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.89

 K value IS 0.44

RGB Variations

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

Color information

#388E10 (or 0x388E10) is known color: La Palma. HEX triplet: 38, 8E and 10. RGB value is (56,142,16). Sum of RGB (Red+Green+Blue) = 56+142+16=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 142 (55.86% from 255 or 66.36% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 142 - color contains mainly: green. Hex color #388E10 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #388E10 is #C771EF. Grayscale: #666666. Windows color (decimal): -13070832 or 1084984. OLE color: 1084984.

HSL color Cylindrical-coordinate representation of color #388E10: hue angle of 100.95º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #388E10 is Cyan = 0.61, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 142 16 -
CMYK 0.61 0 0.89 0.44
HSL 100.95º 0.8% 0.31% -
HSV(B) 100.95º 0.89% 0.56% -
XYZ 11.4 20.22 3.79 -
YUV 101.92 79.51 95.25 -
System Red Green Blue C M Y K H S L
Decimal 56 142 16 0.61 0 0.89 0.44 100.95 0.8 0.31
Hex 38 8E 10 3D 0 59 2C 65 50 1F
Octal 70 216 20 75 0 131 54 145 120 37
Binary 111000 10001110 10000 111101 0 1011001 101100 1100101 1010000 11111

Color Harmonies of #388E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388E10

Black with #388E10

Text Example


Text Example

White with #388E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,142,16); }

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

background-color css

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

 a { background-color: rgb(56,142,16); }

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

border-color css

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

 span { border-color: rgb(56,142,16); }

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