Html Css Color HEX #458328 La Palma

📋 copy color: '#458328'

red 69 ◦ green 131 ◦ blue 40

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

Shades of La Palma #458328

Tints of La Palma #458328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 54.58%

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

R = 28.75%
G = 54.58%
B = 16.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#458328 (or 0x458328) is known color: La Palma. HEX triplet: 45, 83 and 28. RGB value is (69,131,40). Sum of RGB (Red+Green+Blue) = 69+131+40=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 131 (51.56% from 255 or 54.58% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 131 - color contains mainly: green. Hex color #458328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #458328 is #BA7CD7. Grayscale: #666666. Windows color (decimal): -12221656 or 2655045. OLE color: 2655045.

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

Color convert

RGB 69 131 40 -
CMYK 0.47 0 0.69 0.49
HSL 100.88º 0.53% 0.34% -
HSV(B) 100.88º 0.69% 0.51% -
XYZ 10.95 17.65 4.84 -
YUV 102.09 92.96 104.4 -
System Red Green Blue C M Y K H S L
Decimal 69 131 40 0.47 0 0.69 0.49 100.88 0.53 0.34
Hex 45 83 28 2F 0 45 31 65 35 22
Octal 105 203 50 57 0 105 61 145 65 42
Binary 1000101 10000011 101000 101111 0 1000101 110001 1100101 110101 100010

Color Harmonies of #458328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458328

Black with #458328

Text Example


Text Example

White with #458328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458328; }

 p { color: rgb(69,131,40); }

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

background-color css

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

 a { background-color: rgb(69,131,40); }

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

border-color css

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

 span { border-color: rgb(69,131,40); }

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