Html Css Color HEX #469C32 La Palma

📋 copy color: '#469C32'

red 70 ◦ green 156 ◦ blue 50

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

Shades of La Palma #469C32

Tints of La Palma #469C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.52%

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

R = 25.36%
G = 56.52%
B = 18.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#469C32 (or 0x469C32) is known color: La Palma. HEX triplet: 46, 9C and 32. RGB value is (70,156,50). Sum of RGB (Red+Green+Blue) = 70+156+50=276 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.36% from 276); Green value is 156 (61.33% from 255 or 56.52% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 156 - color contains mainly: green. Hex color #469C32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469C32 is #B963CD. Grayscale: #767676. Windows color (decimal): -12149710 or 3316806. OLE color: 3316806.

HSL color Cylindrical-coordinate representation of color #469C32: hue angle of 108.68º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #469C32 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 156 50 -
CMYK 0.55 0 0.68 0.39
HSL 108.68º 0.51% 0.4% -
HSV(B) 108.68º 0.68% 0.61% -
XYZ 14.99 25.31 7.11 -
YUV 118.2 89.51 93.62 -
System Red Green Blue C M Y K H S L
Decimal 70 156 50 0.55 0 0.68 0.39 108.68 0.51 0.4
Hex 46 9C 32 37 0 44 27 6D 33 28
Octal 106 234 62 67 0 104 47 155 63 50
Binary 1000110 10011100 110010 110111 0 1000100 100111 1101101 110011 101000

Color Harmonies of #469C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469C32

Black with #469C32

Text Example


Text Example

White with #469C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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