Html Css Color HEX #35990E La Palma

📋 copy color: '#35990E'

red 53 ◦ green 153 ◦ blue 14

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

Shades of La Palma #35990E

Tints of La Palma #35990E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 69.55%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 24.09%
G = 69.55%
B = 6.36%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#35990E (or 0x35990E) is known color: La Palma. HEX triplet: 35, 99 and 0E. RGB value is (53,153,14). Sum of RGB (Red+Green+Blue) = 53+153+14=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 153 (60.16% from 255 or 69.55% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 153 - color contains mainly: green. Hex color #35990E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35990E is #CA66F1. Grayscale: #6B6B6B. Windows color (decimal): -13264626 or 956725. OLE color: 956725.

HSL color Cylindrical-coordinate representation of color #35990E: hue angle of 103.17º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35990E is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 14 -
CMYK 0.65 0 0.91 0.4
HSL 103.17º 0.83% 0.33% -
HSV(B) 103.17º 0.91% 0.6% -
XYZ 12.94 23.57 4.28 -
YUV 107.25 75.37 89.3 -
System Red Green Blue C M Y K H S L
Decimal 53 153 14 0.65 0 0.91 0.4 103.17 0.83 0.33
Hex 35 99 E 41 0 5B 28 67 53 21
Octal 65 231 16 101 0 133 50 147 123 41
Binary 110101 10011001 1110 1000001 0 1011011 101000 1100111 1010011 100001

Color Harmonies of #35990E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35990E

Black with #35990E

Text Example


Text Example

White with #35990E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35990E; }

 p { color: rgb(53,153,14); }

 H1.HeaderClassName
 {
   color: #35990E;
 }
 .AnyTagClassName
 {
   color: #35990E;
 }
</style>

background-color css

<style>
 a { background-color: #35990E; }

 a { background-color: rgb(53,153,14); }

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

border-color css

<style>
 span { border-color: #35990E; }

 span { border-color: rgb(53,153,14); }

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