Html Css Color HEX #469524 La Palma

📋 copy color: '#469524'

red 70 ◦ green 149 ◦ blue 36

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

Shades of La Palma #469524

Tints of La Palma #469524

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.43%

 BLUE value IS 36 (14.45% from 255) = 14.12%

R = 27.45%
G = 58.43%
B = 14.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#469524 (or 0x469524) is known color: La Palma. HEX triplet: 46, 95 and 24. RGB value is (70,149,36). Sum of RGB (Red+Green+Blue) = 70+149+36=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 149 (58.59% from 255 or 58.43% from 255); Blue value is 36 (14.45% from 255 or 14.12% from 255); Max value from RGB is 149 - color contains mainly: green. Hex color #469524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469524 is #B96ADB. Grayscale: #707070. Windows color (decimal): -12151516 or 2397510. OLE color: 2397510.

HSL color Cylindrical-coordinate representation of color #469524: hue angle of 101.95º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #469524 is Cyan = 0.53, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 36 -
CMYK 0.53 0 0.76 0.42
HSL 101.95º 0.61% 0.36% -
HSV(B) 101.95º 0.76% 0.58% -
XYZ 13.59 22.92 5.38 -
YUV 112.5 84.83 97.69 -
System Red Green Blue C M Y K H S L
Decimal 70 149 36 0.53 0 0.76 0.42 101.95 0.61 0.36
Hex 46 95 24 35 0 4C 2A 66 3D 24
Octal 106 225 44 65 0 114 52 146 75 44
Binary 1000110 10010101 100100 110101 0 1001100 101010 1100110 111101 100100

Color Harmonies of #469524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469524

Black with #469524

Text Example


Text Example

White with #469524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469524; }

 p { color: rgb(70,149,36); }

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

background-color css

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

 a { background-color: rgb(70,149,36); }

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

border-color css

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

 span { border-color: rgb(70,149,36); }

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