Html Css Color HEX #469D34 La Palma

📋 copy color: '#469D34'

red 70 ◦ green 157 ◦ blue 52

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

Shades of La Palma #469D34

Tints of La Palma #469D34

RGB

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

 GREEN value IS 157 (61.72% from 255) = 56.27%

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 25.09%
G = 56.27%
B = 18.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#469D34 (or 0x469D34) is known color: La Palma. HEX triplet: 46, 9D and 34. RGB value is (70,157,52). Sum of RGB (Red+Green+Blue) = 70+157+52=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #469D34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D34 is #B962CB. Grayscale: #777777. Windows color (decimal): -12149452 or 3448134. OLE color: 3448134.

HSL color Cylindrical-coordinate representation of color #469D34: hue angle of 109.71º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #469D34 is Cyan = 0.55, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 157 52 -
CMYK 0.55 0 0.67 0.38
HSL 109.71º 0.5% 0.41% -
HSV(B) 109.71º 0.67% 0.62% -
XYZ 15.2 25.66 7.4 -
YUV 119.02 90.18 93.04 -
System Red Green Blue C M Y K H S L
Decimal 70 157 52 0.55 0 0.67 0.38 109.71 0.5 0.41
Hex 46 9D 34 37 0 43 26 6E 32 29
Octal 106 235 64 67 0 103 46 156 62 51
Binary 1000110 10011101 110100 110111 0 1000011 100110 1101110 110010 101001

Color Harmonies of #469D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D34

Black with #469D34

Text Example


Text Example

White with #469D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,157,52); }

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

background-color css

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

 a { background-color: rgb(70,157,52); }

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

border-color css

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

 span { border-color: rgb(70,157,52); }

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