Html Css Color HEX #35961D La Palma

📋 copy color: '#35961D'

red 53 ◦ green 150 ◦ blue 29

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

Shades of La Palma #35961D

Tints of La Palma #35961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 64.66%

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 22.84%
G = 64.66%
B = 12.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#35961D (or 0x35961D) is known color: La Palma. HEX triplet: 35, 96 and 1D. RGB value is (53,150,29). Sum of RGB (Red+Green+Blue) = 53+150+29=232 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.84% from 232); Green value is 150 (58.98% from 255 or 64.66% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 150 - color contains mainly: green. Hex color #35961D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35961D is #CA69E2. Grayscale: #6B6B6B. Windows color (decimal): -13265379 or 1938997. OLE color: 1938997.

HSL color Cylindrical-coordinate representation of color #35961D: hue angle of 108.1º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35961D is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 29 -
CMYK 0.65 0 0.81 0.41
HSL 108.1º 0.68% 0.35% -
HSV(B) 108.1º 0.81% 0.59% -
XYZ 12.6 22.66 4.87 -
YUV 107.2 83.86 89.34 -
System Red Green Blue C M Y K H S L
Decimal 53 150 29 0.65 0 0.81 0.41 108.1 0.68 0.35
Hex 35 96 1D 41 0 51 29 6C 44 23
Octal 65 226 35 101 0 121 51 154 104 43
Binary 110101 10010110 11101 1000001 0 1010001 101001 1101100 1000100 100011

Color Harmonies of #35961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35961D

Black with #35961D

Text Example


Text Example

White with #35961D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,150,29); }

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

background-color css

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

 a { background-color: rgb(53,150,29); }

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

border-color css

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

 span { border-color: rgb(53,150,29); }

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