Html Css Color HEX #35820B Bilbao

📋 copy color: '#35820B'

red 53 ◦ green 130 ◦ blue 11

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

Shades of Bilbao #35820B

Tints of Bilbao #35820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.67%

R = 27.32%
G = 67.01%
B = 5.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#35820B (or 0x35820B) is known color: Bilbao. HEX triplet: 35, 82 and 0B. RGB value is (53,130,11). Sum of RGB (Red+Green+Blue) = 53+130+11=194 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.32% from 194); Green value is 130 (51.17% from 255 or 67.01% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 130 - color contains mainly: green. Hex color #35820B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35820B is #CA7DF4. Grayscale: #5D5D5D. Windows color (decimal): -13270517 or 754229. OLE color: 754229.

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

Color convert

RGB 53 130 11 -
CMYK 0.59 0 0.92 0.49
HSL 98.82º 0.84% 0.28% -
HSV(B) 98.82º 0.92% 0.51% -
XYZ 9.51 16.75 3.05 -
YUV 93.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 53 130 11 0.59 0 0.92 0.49 98.82 0.84 0.28
Hex 35 82 B 3B 0 5C 31 63 54 1C
Octal 65 202 13 73 0 134 61 143 124 34
Binary 110101 10000010 1011 111011 0 1011100 110001 1100011 1010100 11100

Color Harmonies of #35820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35820B

Black with #35820B

Text Example


Text Example

White with #35820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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