Html Css Color HEX #447A32 Bilbao

📋 copy color: '#447A32'

red 68 ◦ green 122 ◦ blue 50

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

Shades of Bilbao #447A32

Tints of Bilbao #447A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 50.83%

 BLUE value IS 50 (19.92% from 255) = 20.83%

R = 28.33%
G = 50.83%
B = 20.83%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.59

 K value IS 0.52

RGB Variations

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

Color information

#447A32 (or 0x447A32) is known color: Bilbao. HEX triplet: 44, 7A and 32. RGB value is (68,122,50). Sum of RGB (Red+Green+Blue) = 68+122+50=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 122 (48.05% from 255 or 50.83% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 122 - color contains mainly: green. Hex color #447A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447A32 is #BB85CD. Grayscale: #616161. Windows color (decimal): -12289486 or 3308100. OLE color: 3308100.

HSL color Cylindrical-coordinate representation of color #447A32: hue angle of 105º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #447A32 is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.52.

Color convert

RGB 68 122 50 -
CMYK 0.44 0 0.59 0.52
HSL 105º 0.42% 0.34% -
HSV(B) 105º 0.59% 0.48% -
XYZ 9.92 15.38 5.46 -
YUV 97.65 101.11 106.85 -
System Red Green Blue C M Y K H S L
Decimal 68 122 50 0.44 0 0.59 0.52 105 0.42 0.34
Hex 44 7A 32 2C 0 3B 34 69 2A 22
Octal 104 172 62 54 0 73 64 151 52 42
Binary 1000100 1111010 110010 101100 0 111011 110100 1101001 101010 100010

Color Harmonies of #447A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447A32

Black with #447A32

Text Example


Text Example

White with #447A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447A32; }

 p { color: rgb(68,122,50); }

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

background-color css

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

 a { background-color: rgb(68,122,50); }

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

border-color css

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

 span { border-color: rgb(68,122,50); }

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