Html Css Color HEX #35980D La Palma

📋 copy color: '#35980D'

red 53 ◦ green 152 ◦ blue 13

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

Shades of La Palma #35980D

Tints of La Palma #35980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 69.72%

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 24.31%
G = 69.72%
B = 5.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#35980D (or 0x35980D) is known color: La Palma. HEX triplet: 35, 98 and 0D. RGB value is (53,152,13). Sum of RGB (Red+Green+Blue) = 53+152+13=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 152 (59.77% from 255 or 69.72% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 152 - color contains mainly: green. Hex color #35980D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35980D is #CA67F2. Grayscale: #6B6B6B. Windows color (decimal): -13264883 or 890933. OLE color: 890933.

HSL color Cylindrical-coordinate representation of color #35980D: hue angle of 102.73º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35980D is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 152 13 -
CMYK 0.65 0 0.91 0.40
HSL 102.73º 0.84% 0.32% -
HSV(B) 102.73º 0.91% 0.6% -
XYZ 12.77 23.24 4.19 -
YUV 106.55 75.2 89.8 -
System Red Green Blue C M Y K H S L
Decimal 53 152 13 0.65 0 0.91 0.40 102.73 0.84 0.32
Hex 35 98 D 41 0 5B 28 67 54 20
Octal 65 230 15 101 0 133 50 147 124 40
Binary 110101 10011000 1101 1000001 0 1011011 101000 1100111 1010100 100000

Color Harmonies of #35980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35980D

Black with #35980D

Text Example


Text Example

White with #35980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,152,13); }

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

background-color css

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

 a { background-color: rgb(53,152,13); }

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

border-color css

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

 span { border-color: rgb(53,152,13); }

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