Html Css Color HEX #35920D La Palma

📋 copy color: '#35920D'

red 53 ◦ green 146 ◦ blue 13

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

Shades of La Palma #35920D

Tints of La Palma #35920D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 68.87%

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

R = 25%
G = 68.87%
B = 6.13%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.91

 K value IS 0.43

RGB Variations

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

Color information

#35920D (or 0x35920D) is known color: La Palma. HEX triplet: 35, 92 and 0D. RGB value is (53,146,13). Sum of RGB (Red+Green+Blue) = 53+146+13=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #35920D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35920D is #CA6DF2. Grayscale: #676767. Windows color (decimal): -13266419 or 889397. OLE color: 889397.

HSL color Cylindrical-coordinate representation of color #35920D: hue angle of 101.95º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35920D is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 146 13 -
CMYK 0.64 0 0.91 0.43
HSL 101.95º 0.84% 0.31% -
HSV(B) 101.95º 0.91% 0.57% -
XYZ 11.82 21.34 3.88 -
YUV 103.03 77.19 92.31 -
System Red Green Blue C M Y K H S L
Decimal 53 146 13 0.64 0 0.91 0.43 101.95 0.84 0.31
Hex 35 92 D 40 0 5B 2B 66 54 1F
Octal 65 222 15 100 0 133 53 146 124 37
Binary 110101 10010010 1101 1000000 0 1011011 101011 1100110 1010100 11111

Color Harmonies of #35920D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35920D

Black with #35920D

Text Example


Text Example

White with #35920D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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