Html Css Color HEX #35912F La Palma

📋 copy color: '#35912F'

red 53 ◦ green 145 ◦ blue 47

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

Shades of La Palma #35912F

Tints of La Palma #35912F

RGB

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

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

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

R = 21.63%
G = 59.18%
B = 19.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.43

RGB Variations

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

Color information

#35912F (or 0x35912F) is known color: La Palma. HEX triplet: 35, 91 and 2F. RGB value is (53,145,47). Sum of RGB (Red+Green+Blue) = 53+145+47=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #35912F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35912F is #CA6ED0. Grayscale: #6A6A6A. Windows color (decimal): -13266641 or 3117365. OLE color: 3117365.

HSL color Cylindrical-coordinate representation of color #35912F: hue angle of 116.33º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35912F is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 47 -
CMYK 0.63 0 0.68 0.43
HSL 116.33º 0.51% 0.38% -
HSV(B) 116.33º 0.68% 0.57% -
XYZ 12.11 21.21 6.15 -
YUV 106.32 94.52 89.97 -
System Red Green Blue C M Y K H S L
Decimal 53 145 47 0.63 0 0.68 0.43 116.33 0.51 0.38
Hex 35 91 2F 3F 0 44 2B 74 33 26
Octal 65 221 57 77 0 104 53 164 63 46
Binary 110101 10010001 101111 111111 0 1000100 101011 1110100 110011 100110

Color Harmonies of #35912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35912F

Black with #35912F

Text Example


Text Example

White with #35912F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,145,47); }

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

background-color css

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

 a { background-color: rgb(53,145,47); }

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

border-color css

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

 span { border-color: rgb(53,145,47); }

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