Html Css Color HEX #458520 La Palma

📋 copy color: '#458520'

red 69 ◦ green 133 ◦ blue 32

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

Shades of La Palma #458520

Tints of La Palma #458520

RGB

 RED value IS 69 (27.34% from 255) = 29.49%

 GREEN value IS 133 (52.34% from 255) = 56.84%

 BLUE value IS 32 (12.89% from 255) = 13.68%

R = 29.49%
G = 56.84%
B = 13.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#458520 (or 0x458520) is known color: La Palma. HEX triplet: 45, 85 and 20. RGB value is (69,133,32). Sum of RGB (Red+Green+Blue) = 69+133+32=234 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.49% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #458520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458520 is #BA7ADF. Grayscale: #666666. Windows color (decimal): -12221152 or 2131269. OLE color: 2131269.

HSL color Cylindrical-coordinate representation of color #458520: hue angle of 98.02º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #458520 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 69 133 32 -
CMYK 0.48 0 0.76 0.48
HSL 98.02º 0.61% 0.32% -
HSV(B) 98.02º 0.76% 0.52% -
XYZ 11.1 18.14 4.28 -
YUV 102.35 88.3 104.21 -
System Red Green Blue C M Y K H S L
Decimal 69 133 32 0.48 0 0.76 0.48 98.02 0.61 0.32
Hex 45 85 20 30 0 4C 30 62 3D 20
Octal 105 205 40 60 0 114 60 142 75 40
Binary 1000101 10000101 100000 110000 0 1001100 110000 1100010 111101 100000

Color Harmonies of #458520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458520

Black with #458520

Text Example


Text Example

White with #458520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458520; }

 p { color: rgb(69,133,32); }

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

background-color css

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

 a { background-color: rgb(69,133,32); }

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

border-color css

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

 span { border-color: rgb(69,133,32); }

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