Html Css Color HEX #468725 La Palma

📋 copy color: '#468725'

red 70 ◦ green 135 ◦ blue 37

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

Shades of La Palma #468725

Tints of La Palma #468725

RGB

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

 GREEN value IS 135 (53.13% from 255) = 55.79%

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

R = 28.93%
G = 55.79%
B = 15.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.47

RGB Variations

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

Color information

#468725 (or 0x468725) is known color: La Palma. HEX triplet: 46, 87 and 25. RGB value is (70,135,37). Sum of RGB (Red+Green+Blue) = 70+135+37=242 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.93% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #468725 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468725 is #B978DA. Grayscale: #686868. Windows color (decimal): -12155099 or 2459462. OLE color: 2459462.

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

Color convert

RGB 70 135 37 -
CMYK 0.48 0 0.73 0.47
HSL 99.8º 0.57% 0.34% -
HSV(B) 99.8º 0.73% 0.53% -
XYZ 11.52 18.76 4.76 -
YUV 104.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 70 135 37 0.48 0 0.73 0.47 99.8 0.57 0.34
Hex 46 87 25 30 0 49 2F 64 39 22
Octal 106 207 45 60 0 111 57 144 71 42
Binary 1000110 10000111 100101 110000 0 1001001 101111 1100100 111001 100010

Color Harmonies of #468725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468725

Black with #468725

Text Example


Text Example

White with #468725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468725; }

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

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

background-color css

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

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

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

border-color css

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

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

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