Html Css Color HEX #447707 Bilbao

📋 copy color: '#447707'

red 68 ◦ green 119 ◦ blue 7

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

Shades of Bilbao #447707

Tints of Bilbao #447707

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.34%

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 35.05%
G = 61.34%
B = 3.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#447707 (or 0x447707) is known color: Bilbao. HEX triplet: 44, 77 and 07. RGB value is (68,119,7). Sum of RGB (Red+Green+Blue) = 68+119+7=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #447707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447707 is #BB88F8. Grayscale: #5B5B5B. Windows color (decimal): -12290297 or 489284. OLE color: 489284.

HSL color Cylindrical-coordinate representation of color #447707: hue angle of 87.32º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #447707 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 119 7 -
CMYK 0.43 0 0.94 0.53
HSL 87.32º 0.89% 0.25% -
HSV(B) 87.32º 0.94% 0.47% -
XYZ 9.02 14.44 2.51 -
YUV 90.98 80.6 111.61 -
System Red Green Blue C M Y K H S L
Decimal 68 119 7 0.43 0 0.94 0.53 87.32 0.89 0.25
Hex 44 77 7 2B 0 5E 35 57 59 19
Octal 104 167 7 53 0 136 65 127 131 31
Binary 1000100 1110111 111 101011 0 1011110 110101 1010111 1011001 11001

Color Harmonies of #447707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447707

Black with #447707

Text Example


Text Example

White with #447707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447707; }

 p { color: rgb(68,119,7); }

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

background-color css

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

 a { background-color: rgb(68,119,7); }

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

border-color css

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

 span { border-color: rgb(68,119,7); }

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