Html Css Color HEX #469125 La Palma

📋 copy color: '#469125'

red 70 ◦ green 145 ◦ blue 37

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

Shades of La Palma #469125

Tints of La Palma #469125

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.54%

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 27.78%
G = 57.54%
B = 14.68%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#469125 (or 0x469125) is known color: La Palma. HEX triplet: 46, 91 and 25. RGB value is (70,145,37). Sum of RGB (Red+Green+Blue) = 70+145+37=252 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.78% from 252); Green value is 145 (57.03% from 255 or 57.54% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 145 - color contains mainly: green. Hex color #469125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469125 is #B96EDA. Grayscale: #6E6E6E. Windows color (decimal): -12152539 or 2462022. OLE color: 2462022.

HSL color Cylindrical-coordinate representation of color #469125: hue angle of 101.67º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #469125 is Cyan = 0.52, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 37 -
CMYK 0.52 0 0.74 0.43
HSL 101.67º 0.59% 0.36% -
HSV(B) 101.67º 0.74% 0.57% -
XYZ 12.99 21.69 5.25 -
YUV 110.26 86.65 99.28 -
System Red Green Blue C M Y K H S L
Decimal 70 145 37 0.52 0 0.74 0.43 101.67 0.59 0.36
Hex 46 91 25 34 0 4A 2B 66 3B 24
Octal 106 221 45 64 0 112 53 146 73 44
Binary 1000110 10010001 100101 110100 0 1001010 101011 1100110 111011 100100

Color Harmonies of #469125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469125

Black with #469125

Text Example


Text Example

White with #469125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469125; }

 p { color: rgb(70,145,37); }

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

background-color css

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

 a { background-color: rgb(70,145,37); }

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

border-color css

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

 span { border-color: rgb(70,145,37); }

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