Html Css Color HEX #468529 La Palma

📋 copy color: '#468529'

red 70 ◦ green 133 ◦ blue 41

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

Shades of La Palma #468529

Tints of La Palma #468529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 28.69%
G = 54.51%
B = 16.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#468529 (or 0x468529) is known color: La Palma. HEX triplet: 46, 85 and 29. RGB value is (70,133,41). Sum of RGB (Red+Green+Blue) = 70+133+41=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 133 (52.34% from 255 or 54.51% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 133 - color contains mainly: green. Hex color #468529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468529 is #B97AD6. Grayscale: #676767. Windows color (decimal): -12155607 or 2721094. OLE color: 2721094.

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

Color convert

RGB 70 133 41 -
CMYK 0.47 0 0.69 0.48
HSL 101.09º 0.53% 0.34% -
HSV(B) 101.09º 0.69% 0.52% -
XYZ 11.31 18.24 5.02 -
YUV 103.68 92.63 103.98 -
System Red Green Blue C M Y K H S L
Decimal 70 133 41 0.47 0 0.69 0.48 101.09 0.53 0.34
Hex 46 85 29 2F 0 45 30 65 35 22
Octal 106 205 51 57 0 105 60 145 65 42
Binary 1000110 10000101 101001 101111 0 1000101 110000 1100101 110101 100010

Color Harmonies of #468529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468529

Black with #468529

Text Example


Text Example

White with #468529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468529; }

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

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

background-color css

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

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

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

border-color css

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

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

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