Html Css Color HEX #448205 Bilbao

📋 copy color: '#448205'

red 68 ◦ green 130 ◦ blue 5

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

Shades of Bilbao #448205

Tints of Bilbao #448205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

 BLUE value IS 5 (2.34% from 255) = 2.46%

R = 33.5%
G = 64.04%
B = 2.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#448205 (or 0x448205) is known color: Bilbao. HEX triplet: 44, 82 and 05. RGB value is (68,130,5). Sum of RGB (Red+Green+Blue) = 68+130+5=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #448205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448205 is #BB7DFA. Grayscale: #616161. Windows color (decimal): -12287483 or 361028. OLE color: 361028.

HSL color Cylindrical-coordinate representation of color #448205: hue angle of 89.76º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #448205 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 130 5 -
CMYK 0.48 0 0.96 0.49
HSL 89.76º 0.93% 0.26% -
HSV(B) 89.76º 0.96% 0.51% -
XYZ 10.39 17.21 2.92 -
YUV 97.21 75.96 107.16 -
System Red Green Blue C M Y K H S L
Decimal 68 130 5 0.48 0 0.96 0.49 89.76 0.93 0.26
Hex 44 82 5 30 0 60 31 5A 5D 1A
Octal 104 202 5 60 0 140 61 132 135 32
Binary 1000100 10000010 101 110000 0 1100000 110001 1011010 1011101 11010

Color Harmonies of #448205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448205

Black with #448205

Text Example


Text Example

White with #448205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448205; }

 p { color: rgb(68,130,5); }

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

background-color css

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

 a { background-color: rgb(68,130,5); }

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

border-color css

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

 span { border-color: rgb(68,130,5); }

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