Html Css Color HEX #51952F La Palma

📋 copy color: '#51952F'

red 81 ◦ green 149 ◦ blue 47

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

Shades of La Palma #51952F

Tints of La Palma #51952F

RGB

 RED value IS 81 (32.03% from 255) = 29.24%

 GREEN value IS 149 (58.59% from 255) = 53.79%

 BLUE value IS 47 (18.75% from 255) = 16.97%

R = 29.24%
G = 53.79%
B = 16.97%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#51952F (or 0x51952F) is known color: La Palma. HEX triplet: 51, 95 and 2F. RGB value is (81,149,47). Sum of RGB (Red+Green+Blue) = 81+149+47=277 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.24% from 277); Green value is 149 (58.59% from 255 or 53.79% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 149 - color contains mainly: green. Hex color #51952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #51952F is #AE6AD0. Grayscale: #757575. Windows color (decimal): -11430609 or 3118417. OLE color: 3118417.

HSL color Cylindrical-coordinate representation of color #51952F: hue angle of 100º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51952F is Cyan = 0.46, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 149 47 -
CMYK 0.46 0 0.68 0.42
HSL 100º 0.52% 0.38% -
HSV(B) 100º 0.68% 0.58% -
XYZ 14.65 23.45 6.44 -
YUV 117.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 81 149 47 0.46 0 0.68 0.42 100 0.52 0.38
Hex 51 95 2F 2E 0 44 2A 64 34 26
Octal 121 225 57 56 0 104 52 144 64 46
Binary 1010001 10010101 101111 101110 0 1000100 101010 1100100 110100 100110

Color Harmonies of #51952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51952F

Black with #51952F

Text Example


Text Example

White with #51952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51952F; }

 p { color: rgb(81,149,47); }

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

background-color css

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

 a { background-color: rgb(81,149,47); }

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

border-color css

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

 span { border-color: rgb(81,149,47); }

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