Html Css Color HEX #35972D La Palma

📋 copy color: '#35972D'

red 53 ◦ green 151 ◦ blue 45

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

Shades of La Palma #35972D

Tints of La Palma #35972D

RGB

 RED value IS 53 (21.09% from 255) = 21.29%

 GREEN value IS 151 (59.38% from 255) = 60.64%

 BLUE value IS 45 (17.97% from 255) = 18.07%

R = 21.29%
G = 60.64%
B = 18.07%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.41

RGB Variations

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

Color information

#35972D (or 0x35972D) is known color: La Palma. HEX triplet: 35, 97 and 2D. RGB value is (53,151,45). Sum of RGB (Red+Green+Blue) = 53+151+45=249 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.29% from 249); Green value is 151 (59.38% from 255 or 60.64% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 151 - color contains mainly: green. Hex color #35972D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35972D is #CA68D2. Grayscale: #6D6D6D. Windows color (decimal): -13265107 or 2987829. OLE color: 2987829.

HSL color Cylindrical-coordinate representation of color #35972D: hue angle of 115.47º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #35972D is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 151 45 -
CMYK 0.65 0 0.70 0.41
HSL 115.47º 0.54% 0.38% -
HSV(B) 115.47º 0.7% 0.59% -
XYZ 13.01 23.08 6.25 -
YUV 109.61 91.53 87.62 -
System Red Green Blue C M Y K H S L
Decimal 53 151 45 0.65 0 0.70 0.41 115.47 0.54 0.38
Hex 35 97 2D 41 0 46 29 73 36 26
Octal 65 227 55 101 0 106 51 163 66 46
Binary 110101 10010111 101101 1000001 0 1000110 101001 1110011 110110 100110

Color Harmonies of #35972D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35972D

Black with #35972D

Text Example


Text Example

White with #35972D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35972D; }

 p { color: rgb(53,151,45); }

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

background-color css

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

 a { background-color: rgb(53,151,45); }

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

border-color css

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

 span { border-color: rgb(53,151,45); }

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