Html Css Color HEX #447510 Bilbao

📋 copy color: '#447510'

red 68 ◦ green 117 ◦ blue 16

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

Shades of Bilbao #447510

Tints of Bilbao #447510

RGB

 RED value IS 68 (26.95% from 255) = 33.83%

 GREEN value IS 117 (46.09% from 255) = 58.21%

 BLUE value IS 16 (6.64% from 255) = 7.96%

R = 33.83%
G = 58.21%
B = 7.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#447510 (or 0x447510) is known color: Bilbao. HEX triplet: 44, 75 and 10. RGB value is (68,117,16). Sum of RGB (Red+Green+Blue) = 68+117+16=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #447510 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447510 is #BB8AEF. Grayscale: #5B5B5B. Windows color (decimal): -12290800 or 1078596. OLE color: 1078596.

HSL color Cylindrical-coordinate representation of color #447510: hue angle of 89.11º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #447510 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 117 16 -
CMYK 0.42 0 0.86 0.54
HSL 89.11º 0.76% 0.26% -
HSV(B) 89.11º 0.86% 0.46% -
XYZ 8.84 13.99 2.72 -
YUV 90.84 85.77 111.71 -
System Red Green Blue C M Y K H S L
Decimal 68 117 16 0.42 0 0.86 0.54 89.11 0.76 0.26
Hex 44 75 10 2A 0 56 36 59 4C 1A
Octal 104 165 20 52 0 126 66 131 114 32
Binary 1000100 1110101 10000 101010 0 1010110 110110 1011001 1001100 11010

Color Harmonies of #447510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447510

Black with #447510

Text Example


Text Example

White with #447510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447510; }

 p { color: rgb(68,117,16); }

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

background-color css

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

 a { background-color: rgb(68,117,16); }

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

border-color css

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

 span { border-color: rgb(68,117,16); }

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