Html Css Color HEX #35770F Bilbao

📋 copy color: '#35770F'

red 53 ◦ green 119 ◦ blue 15

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

Shades of Bilbao #35770F

Tints of Bilbao #35770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.02%

R = 28.34%
G = 63.64%
B = 8.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#35770F (or 0x35770F) is known color: Bilbao. HEX triplet: 35, 77 and 0F. RGB value is (53,119,15). Sum of RGB (Red+Green+Blue) = 53+119+15=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 119 (46.88% from 255 or 63.64% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 119 - color contains mainly: green. Hex color #35770F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35770F is #CA88F0. Grayscale: #575757. Windows color (decimal): -13273329 or 1013557. OLE color: 1013557.

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

Color convert

RGB 53 119 15 -
CMYK 0.55 0 0.87 0.53
HSL 98.08º 0.78% 0.26% -
HSV(B) 98.08º 0.87% 0.47% -
XYZ 8.15 13.99 2.72 -
YUV 87.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 53 119 15 0.55 0 0.87 0.53 98.08 0.78 0.26
Hex 35 77 F 37 0 57 35 62 4E 1A
Octal 65 167 17 67 0 127 65 142 116 32
Binary 110101 1110111 1111 110111 0 1010111 110101 1100010 1001110 11010

Color Harmonies of #35770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35770F

Black with #35770F

Text Example


Text Example

White with #35770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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