Html Css Color HEX #35761F Bilbao

📋 copy color: '#35761F'

red 53 ◦ green 118 ◦ blue 31

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

Shades of Bilbao #35761F

Tints of Bilbao #35761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.42%

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 26.24%
G = 58.42%
B = 15.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#35761F (or 0x35761F) is known color: Bilbao. HEX triplet: 35, 76 and 1F. RGB value is (53,118,31). Sum of RGB (Red+Green+Blue) = 53+118+31=202 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.24% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #35761F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #35761F is #CA89E0. Grayscale: #585858. Windows color (decimal): -13273569 or 2061877. OLE color: 2061877.

HSL color Cylindrical-coordinate representation of color #35761F: hue angle of 104.83º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35761F is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 118 31 -
CMYK 0.55 0 0.74 0.54
HSL 104.83º 0.58% 0.29% -
HSV(B) 104.83º 0.74% 0.46% -
XYZ 8.19 13.81 3.53 -
YUV 88.65 95.47 102.57 -
System Red Green Blue C M Y K H S L
Decimal 53 118 31 0.55 0 0.74 0.54 104.83 0.58 0.29
Hex 35 76 1F 37 0 4A 36 69 3A 1D
Octal 65 166 37 67 0 112 66 151 72 35
Binary 110101 1110110 11111 110111 0 1001010 110110 1101001 111010 11101

Color Harmonies of #35761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35761F

Black with #35761F

Text Example


Text Example

White with #35761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35761F; }

 p { color: rgb(53,118,31); }

 H1.HeaderClassName
 {
   color: #35761F;
 }
 .AnyTagClassName
 {
   color: #35761F;
 }
</style>

background-color css

<style>
 a { background-color: #35761F; }

 a { background-color: rgb(53,118,31); }

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

border-color css

<style>
 span { border-color: #35761F; }

 span { border-color: rgb(53,118,31); }

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