Html Css Color HEX #35680E Bilbao

📋 copy color: '#35680E'

red 53 ◦ green 104 ◦ blue 14

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

Shades of Bilbao #35680E

Tints of Bilbao #35680E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 60.82%

 BLUE value IS 14 (5.86% from 255) = 8.19%

R = 30.99%
G = 60.82%
B = 8.19%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#35680E (or 0x35680E) is known color: Bilbao. HEX triplet: 35, 68 and 0E. RGB value is (53,104,14). Sum of RGB (Red+Green+Blue) = 53+104+14=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 104 (41.02% from 255 or 60.82% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 104 - color contains mainly: green. Hex color #35680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35680E is #CA97F1. Grayscale: #4E4E4E. Windows color (decimal): -13277170 or 944181. OLE color: 944181.

HSL color Cylindrical-coordinate representation of color #35680E: hue angle of 94º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #35680E is Cyan = 0.49, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 14 -
CMYK 0.49 0 0.87 0.59
HSL 94º 0.76% 0.23% -
HSV(B) 94º 0.87% 0.41% -
XYZ 6.5 10.69 2.14 -
YUV 78.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 53 104 14 0.49 0 0.87 0.59 94 0.76 0.23
Hex 35 68 E 31 0 57 3B 5E 4C 17
Octal 65 150 16 61 0 127 73 136 114 27
Binary 110101 1101000 1110 110001 0 1010111 111011 1011110 1001100 10111

Color Harmonies of #35680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35680E

Black with #35680E

Text Example


Text Example

White with #35680E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35680E; }

 p { color: rgb(53,104,14); }

 H1.HeaderClassName
 {
   color: #35680E;
 }
 .AnyTagClassName
 {
   color: #35680E;
 }
</style>

background-color css

<style>
 a { background-color: #35680E; }

 a { background-color: rgb(53,104,14); }

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

border-color css

<style>
 span { border-color: #35680E; }

 span { border-color: rgb(53,104,14); }

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