Html Css Color HEX #35821A Bilbao

📋 copy color: '#35821A'

red 53 ◦ green 130 ◦ blue 26

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

Shades of Bilbao #35821A

Tints of Bilbao #35821A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.44%

R = 25.36%
G = 62.2%
B = 12.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.8

 K value IS 0.49

RGB Variations

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

Color information

#35821A (or 0x35821A) is known color: Bilbao. HEX triplet: 35, 82 and 1A. RGB value is (53,130,26). Sum of RGB (Red+Green+Blue) = 53+130+26=209 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.36% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 26 (10.55% from 255 or 12.44% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #35821A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #35821A is #CA7DE5. Grayscale: #5F5F5F. Windows color (decimal): -13270502 or 1737269. OLE color: 1737269.

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

Color convert

RGB 53 130 26 -
CMYK 0.59 0 0.8 0.49
HSL 104.42º 0.67% 0.31% -
HSV(B) 104.42º 0.8% 0.51% -
XYZ 9.64 16.8 3.71 -
YUV 95.12 88.99 97.96 -
System Red Green Blue C M Y K H S L
Decimal 53 130 26 0.59 0 0.8 0.49 104.42 0.67 0.31
Hex 35 82 1A 3B 0 50 31 68 43 1F
Octal 65 202 32 73 0 120 61 150 103 37
Binary 110101 10000010 11010 111011 0 1010000 110001 1101000 1000011 11111

Color Harmonies of #35821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35821A

Black with #35821A

Text Example


Text Example

White with #35821A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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