Html Css Color HEX #35711D Bilbao

📋 copy color: '#35711D'

red 53 ◦ green 113 ◦ blue 29

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

Shades of Bilbao #35711D

Tints of Bilbao #35711D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 57.95%

 BLUE value IS 29 (11.72% from 255) = 14.87%

R = 27.18%
G = 57.95%
B = 14.87%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#35711D (or 0x35711D) is known color: Bilbao. HEX triplet: 35, 71 and 1D. RGB value is (53,113,29). Sum of RGB (Red+Green+Blue) = 53+113+29=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 29 (11.72% from 255 or 14.87% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #35711D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35711D is #CA8EE2. Grayscale: #555555. Windows color (decimal): -13274851 or 1929525. OLE color: 1929525.

HSL color Cylindrical-coordinate representation of color #35711D: hue angle of 102.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35711D is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 29 -
CMYK 0.53 0 0.74 0.56
HSL 102.86º 0.59% 0.28% -
HSV(B) 102.86º 0.74% 0.44% -
XYZ 7.6 12.66 3.2 -
YUV 85.48 96.12 104.83 -
System Red Green Blue C M Y K H S L
Decimal 53 113 29 0.53 0 0.74 0.56 102.86 0.59 0.28
Hex 35 71 1D 35 0 4A 38 67 3B 1C
Octal 65 161 35 65 0 112 70 147 73 34
Binary 110101 1110001 11101 110101 0 1001010 111000 1100111 111011 11100

Color Harmonies of #35711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35711D

Black with #35711D

Text Example


Text Example

White with #35711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,113,29); }

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

background-color css

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

 a { background-color: rgb(53,113,29); }

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

border-color css

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

 span { border-color: rgb(53,113,29); }

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