Html Css Color HEX #469D32 La Palma

📋 copy color: '#469D32'

red 70 ◦ green 157 ◦ blue 50

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

Shades of La Palma #469D32

Tints of La Palma #469D32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 25.27%
G = 56.68%
B = 18.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#469D32 (or 0x469D32) is known color: La Palma. HEX triplet: 46, 9D and 32. RGB value is (70,157,50). Sum of RGB (Red+Green+Blue) = 70+157+50=277 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.27% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #469D32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469D32 is #B962CD. Grayscale: #777777. Windows color (decimal): -12149454 or 3317062. OLE color: 3317062.

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

Color convert

RGB 70 157 50 -
CMYK 0.55 0 0.68 0.38
HSL 108.79º 0.52% 0.41% -
HSV(B) 108.79º 0.68% 0.62% -
XYZ 15.16 25.65 7.17 -
YUV 118.79 89.18 93.2 -
System Red Green Blue C M Y K H S L
Decimal 70 157 50 0.55 0 0.68 0.38 108.79 0.52 0.41
Hex 46 9D 32 37 0 44 26 6D 34 29
Octal 106 235 62 67 0 104 46 155 64 51
Binary 1000110 10011101 110010 110111 0 1000100 100110 1101101 110100 101001

Color Harmonies of #469D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469D32

Black with #469D32

Text Example


Text Example

White with #469D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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