Html Css Color HEX #469E1C La Palma

📋 copy color: '#469E1C'

red 70 ◦ green 158 ◦ blue 28

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

Shades of La Palma #469E1C

Tints of La Palma #469E1C

RGB

 RED value IS 70 (27.73% from 255) = 27.34%

 GREEN value IS 158 (62.11% from 255) = 61.72%

 BLUE value IS 28 (11.33% from 255) = 10.94%

R = 27.34%
G = 61.72%
B = 10.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#469E1C (or 0x469E1C) is known color: La Palma. HEX triplet: 46, 9E and 1C. RGB value is (70,158,28). Sum of RGB (Red+Green+Blue) = 70+158+28=256 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.34% from 256); Green value is 158 (62.11% from 255 or 61.72% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 158 - color contains mainly: green. Hex color #469E1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469E1C is #B961E3. Grayscale: #757575. Windows color (decimal): -12149220 or 1875526. OLE color: 1875526.

HSL color Cylindrical-coordinate representation of color #469E1C: hue angle of 100.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #469E1C is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 158 28 -
CMYK 0.56 0 0.82 0.38
HSL 100.62º 0.7% 0.36% -
HSV(B) 100.62º 0.82% 0.62% -
XYZ 14.96 25.84 5.3 -
YUV 116.87 77.85 94.57 -
System Red Green Blue C M Y K H S L
Decimal 70 158 28 0.56 0 0.82 0.38 100.62 0.7 0.36
Hex 46 9E 1C 38 0 52 26 65 46 24
Octal 106 236 34 70 0 122 46 145 106 44
Binary 1000110 10011110 11100 111000 0 1010010 100110 1100101 1000110 100100

Color Harmonies of #469E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469E1C

Black with #469E1C

Text Example


Text Example

White with #469E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469E1C; }

 p { color: rgb(70,158,28); }

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

background-color css

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

 a { background-color: rgb(70,158,28); }

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

border-color css

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

 span { border-color: rgb(70,158,28); }

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