Html Css Color HEX #35820E Bilbao

📋 copy color: '#35820E'

red 53 ◦ green 130 ◦ blue 14

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

Shades of Bilbao #35820E

Tints of Bilbao #35820E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 65.99%

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

R = 26.9%
G = 65.99%
B = 7.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#35820E (or 0x35820E) is known color: Bilbao. HEX triplet: 35, 82 and 0E. RGB value is (53,130,14). Sum of RGB (Red+Green+Blue) = 53+130+14=197 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.90% from 197); Green value is 130 (51.17% from 255 or 65.99% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 130 - color contains mainly: green. Hex color #35820E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35820E is #CA7DF1. Grayscale: #5E5E5E. Windows color (decimal): -13270514 or 950837. OLE color: 950837.

HSL color Cylindrical-coordinate representation of color #35820E: hue angle of 99.83º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35820E is Cyan = 0.59, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 14 -
CMYK 0.59 0 0.89 0.49
HSL 99.83º 0.81% 0.28% -
HSV(B) 99.83º 0.89% 0.51% -
XYZ 9.53 16.75 3.15 -
YUV 93.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 53 130 14 0.59 0 0.89 0.49 99.83 0.81 0.28
Hex 35 82 E 3B 0 59 31 64 51 1C
Octal 65 202 16 73 0 131 61 144 121 34
Binary 110101 10000010 1110 111011 0 1011001 110001 1100100 1010001 11100

Color Harmonies of #35820E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35820E

Black with #35820E

Text Example


Text Example

White with #35820E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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