Html Css Color HEX #448005 Bilbao

📋 copy color: '#448005'

red 68 ◦ green 128 ◦ blue 5

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

Shades of Bilbao #448005

Tints of Bilbao #448005

RGB

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

 GREEN value IS 128 (50.39% from 255) = 63.68%

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

R = 33.83%
G = 63.68%
B = 2.49%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#448005 (or 0x448005) is known color: Bilbao. HEX triplet: 44, 80 and 05. RGB value is (68,128,5). Sum of RGB (Red+Green+Blue) = 68+128+5=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 128 (50.39% from 255 or 63.68% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 128 - color contains mainly: green. Hex color #448005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448005 is #BB7FFA. Grayscale: #606060. Windows color (decimal): -12287995 or 360516. OLE color: 360516.

HSL color Cylindrical-coordinate representation of color #448005: hue angle of 89.27º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #448005 is Cyan = 0.47, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 128 5 -
CMYK 0.47 0 0.96 0.50
HSL 89.27º 0.92% 0.26% -
HSV(B) 89.27º 0.96% 0.5% -
XYZ 10.13 16.68 2.83 -
YUV 96.04 76.62 108 -
System Red Green Blue C M Y K H S L
Decimal 68 128 5 0.47 0 0.96 0.50 89.27 0.92 0.26
Hex 44 80 5 2F 0 60 32 59 5C 1A
Octal 104 200 5 57 0 140 62 131 134 32
Binary 1000100 10000000 101 101111 0 1100000 110010 1011001 1011100 11010

Color Harmonies of #448005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448005

Black with #448005

Text Example


Text Example

White with #448005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448005; }

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

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

background-color css

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

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

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

border-color css

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

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

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