Html Css Color HEX #35740D Bilbao

📋 copy color: '#35740D'

red 53 ◦ green 116 ◦ blue 13

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

Shades of Bilbao #35740D

Tints of Bilbao #35740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.74%

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

R = 29.12%
G = 63.74%
B = 7.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#35740D (or 0x35740D) is known color: Bilbao. HEX triplet: 35, 74 and 0D. RGB value is (53,116,13). Sum of RGB (Red+Green+Blue) = 53+116+13=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 13 (5.47% from 255 or 7.14% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #35740D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35740D is #CA8BF2. Grayscale: #555555. Windows color (decimal): -13274099 or 881717. OLE color: 881717.

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

Color convert

RGB 53 116 13 -
CMYK 0.54 0 0.89 0.55
HSL 96.7º 0.8% 0.25% -
HSV(B) 96.7º 0.89% 0.45% -
XYZ 7.79 13.28 2.53 -
YUV 85.42 87.13 104.88 -
System Red Green Blue C M Y K H S L
Decimal 53 116 13 0.54 0 0.89 0.55 96.7 0.8 0.25
Hex 35 74 D 36 0 59 37 61 50 19
Octal 65 164 15 66 0 131 67 141 120 31
Binary 110101 1110100 1101 110110 0 1011001 110111 1100001 1010000 11001

Color Harmonies of #35740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35740D

Black with #35740D

Text Example


Text Example

White with #35740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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