Html Css Color HEX #447527 Bilbao

📋 copy color: '#447527'

red 68 ◦ green 117 ◦ blue 39

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

Shades of Bilbao #447527

Tints of Bilbao #447527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.41%

R = 30.36%
G = 52.23%
B = 17.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#447527 (or 0x447527) is known color: Bilbao. HEX triplet: 44, 75 and 27. RGB value is (68,117,39). Sum of RGB (Red+Green+Blue) = 68+117+39=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 117 (46.09% from 255 or 52.23% from 224); Blue value is 39 (15.62% from 255 or 17.41% from 224); Max value from RGB is 117 - color contains mainly: green. Hex color #447527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447527 is #BB8AD8. Grayscale: #5D5D5D. Windows color (decimal): -12290777 or 2585924. OLE color: 2585924.

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

Color convert

RGB 68 117 39 -
CMYK 0.42 0 0.67 0.54
HSL 97.69º 0.5% 0.31% -
HSV(B) 97.69º 0.67% 0.46% -
XYZ 9.11 14.1 4.16 -
YUV 93.46 97.27 109.84 -
System Red Green Blue C M Y K H S L
Decimal 68 117 39 0.42 0 0.67 0.54 97.69 0.5 0.31
Hex 44 75 27 2A 0 43 36 62 32 1F
Octal 104 165 47 52 0 103 66 142 62 37
Binary 1000100 1110101 100111 101010 0 1000011 110110 1100010 110010 11111

Color Harmonies of #447527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447527

Black with #447527

Text Example


Text Example

White with #447527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447527; }

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

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

background-color css

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

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

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

border-color css

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

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

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