Html Css Color HEX #448401 Bilbao

📋 copy color: '#448401'

red 68 ◦ green 132 ◦ blue 1

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

Shades of Bilbao #448401

Tints of Bilbao #448401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 65.67%

 BLUE value IS 1 (0.78% from 255) = 0.5%

R = 33.83%
G = 65.67%
B = 0.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#448401 (or 0x448401) is known color: Bilbao. HEX triplet: 44, 84 and 01. RGB value is (68,132,1). Sum of RGB (Red+Green+Blue) = 68+132+1=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 132 (51.95% from 255 or 65.67% from 201); Blue value is 1 (0.78% from 255 or 0.50% from 201); Max value from RGB is 132 - color contains mainly: green. Hex color #448401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448401 is #BB7BFE. Grayscale: #626262. Windows color (decimal): -12286975 or 99396. OLE color: 99396.

HSL color Cylindrical-coordinate representation of color #448401: hue angle of 89.31º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #448401 is Cyan = 0.48, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 1 -
CMYK 0.48 0 0.99 0.48
HSL 89.31º 0.98% 0.26% -
HSV(B) 89.31º 0.99% 0.52% -
XYZ 10.64 17.73 2.89 -
YUV 97.93 73.3 106.65 -
System Red Green Blue C M Y K H S L
Decimal 68 132 1 0.48 0 0.99 0.48 89.31 0.98 0.26
Hex 44 84 1 30 0 63 30 59 62 1A
Octal 104 204 1 60 0 143 60 131 142 32
Binary 1000100 10000100 1 110000 0 1100011 110000 1011001 1100010 11010

Color Harmonies of #448401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448401

Black with #448401

Text Example


Text Example

White with #448401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448401; }

 p { color: rgb(68,132,1); }

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

background-color css

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

 a { background-color: rgb(68,132,1); }

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

border-color css

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

 span { border-color: rgb(68,132,1); }

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