Html Css Color HEX #468422 La Palma

📋 copy color: '#468422'

red 70 ◦ green 132 ◦ blue 34

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

Shades of La Palma #468422

Tints of La Palma #468422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 55.93%

 BLUE value IS 34 (13.67% from 255) = 14.41%

R = 29.66%
G = 55.93%
B = 14.41%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#468422 (or 0x468422) is known color: La Palma. HEX triplet: 46, 84 and 22. RGB value is (70,132,34). Sum of RGB (Red+Green+Blue) = 70+132+34=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #468422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468422 is #B97BDD. Grayscale: #666666. Windows color (decimal): -12155870 or 2262086. OLE color: 2262086.

HSL color Cylindrical-coordinate representation of color #468422: hue angle of 97.96º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #468422 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 132 34 -
CMYK 0.47 0 0.74 0.48
HSL 97.96º 0.59% 0.33% -
HSV(B) 97.96º 0.74% 0.52% -
XYZ 11.07 17.92 4.39 -
YUV 102.29 89.46 104.97 -
System Red Green Blue C M Y K H S L
Decimal 70 132 34 0.47 0 0.74 0.48 97.96 0.59 0.33
Hex 46 84 22 2F 0 4A 30 62 3B 21
Octal 106 204 42 57 0 112 60 142 73 41
Binary 1000110 10000100 100010 101111 0 1001010 110000 1100010 111011 100001

Color Harmonies of #468422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468422

Black with #468422

Text Example


Text Example

White with #468422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468422; }

 p { color: rgb(70,132,34); }

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

background-color css

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

 a { background-color: rgb(70,132,34); }

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

border-color css

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

 span { border-color: rgb(70,132,34); }

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