Html Css Color HEX #468521 La Palma

📋 copy color: '#468521'

red 70 ◦ green 133 ◦ blue 33

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

Shades of La Palma #468521

Tints of La Palma #468521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.98%

R = 29.66%
G = 56.36%
B = 13.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#468521 (or 0x468521) is known color: La Palma. HEX triplet: 46, 85 and 21. RGB value is (70,133,33). Sum of RGB (Red+Green+Blue) = 70+133+33=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #468521 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468521 is #B97ADE. Grayscale: #676767. Windows color (decimal): -12155615 or 2196806. OLE color: 2196806.

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

Color convert

RGB 70 133 33 -
CMYK 0.47 0 0.75 0.48
HSL 97.8º 0.6% 0.33% -
HSV(B) 97.8º 0.75% 0.52% -
XYZ 11.19 18.19 4.36 -
YUV 102.76 88.63 104.63 -
System Red Green Blue C M Y K H S L
Decimal 70 133 33 0.47 0 0.75 0.48 97.8 0.6 0.33
Hex 46 85 21 2F 0 4B 30 62 3C 21
Octal 106 205 41 57 0 113 60 142 74 41
Binary 1000110 10000101 100001 101111 0 1001011 110000 1100010 111100 100001

Color Harmonies of #468521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468521

Black with #468521

Text Example


Text Example

White with #468521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468521; }

 p { color: rgb(70,133,33); }

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

background-color css

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

 a { background-color: rgb(70,133,33); }

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

border-color css

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

 span { border-color: rgb(70,133,33); }

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