Html Css Color HEX #447625 Bilbao

📋 copy color: '#447625'

red 68 ◦ green 118 ◦ blue 37

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

Shades of Bilbao #447625

Tints of Bilbao #447625

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.91%

 BLUE value IS 37 (14.84% from 255) = 16.59%

R = 30.49%
G = 52.91%
B = 16.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#447625 (or 0x447625) is known color: Bilbao. HEX triplet: 44, 76 and 25. RGB value is (68,118,37). Sum of RGB (Red+Green+Blue) = 68+118+37=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #447625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447625 is #BB89DA. Grayscale: #5E5E5E. Windows color (decimal): -12290523 or 2455108. OLE color: 2455108.

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

Color convert

RGB 68 118 37 -
CMYK 0.42 0 0.69 0.54
HSL 97.04º 0.52% 0.3% -
HSV(B) 97.04º 0.69% 0.46% -
XYZ 9.2 14.32 4.03 -
YUV 93.82 95.94 109.59 -
System Red Green Blue C M Y K H S L
Decimal 68 118 37 0.42 0 0.69 0.54 97.04 0.52 0.3
Hex 44 76 25 2A 0 45 36 61 34 1E
Octal 104 166 45 52 0 105 66 141 64 36
Binary 1000100 1110110 100101 101010 0 1000101 110110 1100001 110100 11110

Color Harmonies of #447625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447625

Black with #447625

Text Example


Text Example

White with #447625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447625; }

 p { color: rgb(68,118,37); }

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

background-color css

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

 a { background-color: rgb(68,118,37); }

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

border-color css

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

 span { border-color: rgb(68,118,37); }

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