Html Css Color HEX #35710C Bilbao

📋 copy color: '#35710C'

red 53 ◦ green 113 ◦ blue 12

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

Shades of Bilbao #35710C

Tints of Bilbao #35710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 29.78%
G = 63.48%
B = 6.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#35710C (or 0x35710C) is known color: Bilbao. HEX triplet: 35, 71 and 0C. RGB value is (53,113,12). Sum of RGB (Red+Green+Blue) = 53+113+12=178 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.78% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #35710C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35710C is #CA8EF3. Grayscale: #535353. Windows color (decimal): -13274868 or 815413. OLE color: 815413.

HSL color Cylindrical-coordinate representation of color #35710C: hue angle of 95.64º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35710C is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 12 -
CMYK 0.53 0 0.89 0.56
HSL 95.64º 0.81% 0.25% -
HSV(B) 95.64º 0.89% 0.44% -
XYZ 7.44 12.59 2.39 -
YUV 83.55 87.62 106.21 -
System Red Green Blue C M Y K H S L
Decimal 53 113 12 0.53 0 0.89 0.56 95.64 0.81 0.25
Hex 35 71 C 35 0 59 38 60 51 19
Octal 65 161 14 65 0 131 70 140 121 31
Binary 110101 1110001 1100 110101 0 1011001 111000 1100000 1010001 11001

Color Harmonies of #35710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35710C

Black with #35710C

Text Example


Text Example

White with #35710C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35710C; }

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

 H1.HeaderClassName
 {
   color: #35710C;
 }
 .AnyTagClassName
 {
   color: #35710C;
 }
</style>

background-color css

<style>
 a { background-color: #35710C; }

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

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

border-color css

<style>
 span { border-color: #35710C; }

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

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