Html Css Color HEX #35770D Bilbao

📋 copy color: '#35770D'

red 53 ◦ green 119 ◦ blue 13

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

Shades of Bilbao #35770D

Tints of Bilbao #35770D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 64.32%

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 28.65%
G = 64.32%
B = 7.03%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#35770D (or 0x35770D) is known color: Bilbao. HEX triplet: 35, 77 and 0D. RGB value is (53,119,13). Sum of RGB (Red+Green+Blue) = 53+119+13=185 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.65% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #35770D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35770D is #CA88F2. Grayscale: #575757. Windows color (decimal): -13273331 or 882485. OLE color: 882485.

HSL color Cylindrical-coordinate representation of color #35770D: hue angle of 97.36º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35770D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 13 -
CMYK 0.55 0 0.89 0.53
HSL 97.36º 0.8% 0.26% -
HSV(B) 97.36º 0.89% 0.47% -
XYZ 8.14 13.98 2.65 -
YUV 87.18 86.13 103.62 -
System Red Green Blue C M Y K H S L
Decimal 53 119 13 0.55 0 0.89 0.53 97.36 0.8 0.26
Hex 35 77 D 37 0 59 35 61 50 1A
Octal 65 167 15 67 0 131 65 141 120 32
Binary 110101 1110111 1101 110111 0 1011001 110101 1100001 1010000 11010

Color Harmonies of #35770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35770D

Black with #35770D

Text Example


Text Example

White with #35770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,119,13); }

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

background-color css

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

 a { background-color: rgb(53,119,13); }

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

border-color css

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

 span { border-color: rgb(53,119,13); }

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