Html Css Color HEX #35740F Bilbao

📋 copy color: '#35740F'

red 53 ◦ green 116 ◦ blue 15

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

Shades of Bilbao #35740F

Tints of Bilbao #35740F

RGB

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

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

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

R = 28.8%
G = 63.04%
B = 8.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#35740F (or 0x35740F) is known color: Bilbao. HEX triplet: 35, 74 and 0F. RGB value is (53,116,15). Sum of RGB (Red+Green+Blue) = 53+116+15=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 116 (45.70% from 255 or 63.04% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 116 - color contains mainly: green. Hex color #35740F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35740F is #CA8BF0. Grayscale: #555555. Windows color (decimal): -13274097 or 1012789. OLE color: 1012789.

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

Color convert

RGB 53 116 15 -
CMYK 0.54 0 0.87 0.55
HSL 97.43º 0.77% 0.26% -
HSV(B) 97.43º 0.87% 0.45% -
XYZ 7.8 13.28 2.6 -
YUV 85.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 53 116 15 0.54 0 0.87 0.55 97.43 0.77 0.26
Hex 35 74 F 36 0 57 37 61 4D 1A
Octal 65 164 17 66 0 127 67 141 115 32
Binary 110101 1110100 1111 110110 0 1010111 110111 1100001 1001101 11010

Color Harmonies of #35740F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35740F

Black with #35740F

Text Example


Text Example

White with #35740F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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