Html Css Color HEX #35821E Bilbao

📋 copy color: '#35821E'

red 53 ◦ green 130 ◦ blue 30

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

Shades of Bilbao #35821E

Tints of Bilbao #35821E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 24.88%
G = 61.03%
B = 14.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.77

 K value IS 0.49

RGB Variations

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

Color information

#35821E (or 0x35821E) is known color: Bilbao. HEX triplet: 35, 82 and 1E. RGB value is (53,130,30). Sum of RGB (Red+Green+Blue) = 53+130+30=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 130 (51.17% from 255 or 61.03% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 130 - color contains mainly: green. Hex color #35821E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35821E is #CA7DE1. Grayscale: #5F5F5F. Windows color (decimal): -13270498 or 1999413. OLE color: 1999413.

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

Color convert

RGB 53 130 30 -
CMYK 0.59 0 0.77 0.49
HSL 106.2º 0.63% 0.31% -
HSV(B) 106.2º 0.77% 0.51% -
XYZ 9.69 16.82 3.96 -
YUV 95.58 90.99 97.63 -
System Red Green Blue C M Y K H S L
Decimal 53 130 30 0.59 0 0.77 0.49 106.2 0.63 0.31
Hex 35 82 1E 3B 0 4D 31 6A 3E 1F
Octal 65 202 36 73 0 115 61 152 76 37
Binary 110101 10000010 11110 111011 0 1001101 110001 1101010 111110 11111

Color Harmonies of #35821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35821E

Black with #35821E

Text Example


Text Example

White with #35821E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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