Html Css Color HEX #468528 La Palma

📋 copy color: '#468528'

red 70 ◦ green 133 ◦ blue 40

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

Shades of La Palma #468528

Tints of La Palma #468528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 28.81%
G = 54.73%
B = 16.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#468528 (or 0x468528) is known color: La Palma. HEX triplet: 46, 85 and 28. RGB value is (70,133,40). Sum of RGB (Red+Green+Blue) = 70+133+40=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 133 (52.34% from 255 or 54.73% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 133 - color contains mainly: green. Hex color #468528 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468528 is #B97AD7. Grayscale: #676767. Windows color (decimal): -12155608 or 2655558. OLE color: 2655558.

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

Color convert

RGB 70 133 40 -
CMYK 0.47 0 0.70 0.48
HSL 100.65º 0.54% 0.34% -
HSV(B) 100.65º 0.7% 0.52% -
XYZ 11.3 18.23 4.93 -
YUV 103.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 70 133 40 0.47 0 0.70 0.48 100.65 0.54 0.34
Hex 46 85 28 2F 0 46 30 65 36 22
Octal 106 205 50 57 0 106 60 145 66 42
Binary 1000110 10000101 101000 101111 0 1000110 110000 1100101 110110 100010

Color Harmonies of #468528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468528

Black with #468528

Text Example


Text Example

White with #468528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468528; }

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

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

background-color css

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

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

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

border-color css

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

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

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