Html Css Color HEX #448028 Bilbao

📋 copy color: '#448028'

red 68 ◦ green 128 ◦ blue 40

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

Shades of Bilbao #448028

Tints of Bilbao #448028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 28.81%
G = 54.24%
B = 16.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#448028 (or 0x448028) is known color: Bilbao. HEX triplet: 44, 80 and 28. RGB value is (68,128,40). Sum of RGB (Red+Green+Blue) = 68+128+40=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 128 (50.39% from 255 or 54.24% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 128 - color contains mainly: green. Hex color #448028 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448028 is #BB7FD7. Grayscale: #646464. Windows color (decimal): -12287960 or 2654276. OLE color: 2654276.

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

Color convert

RGB 68 128 40 -
CMYK 0.47 0 0.69 0.50
HSL 100.91º 0.52% 0.33% -
HSV(B) 100.91º 0.69% 0.5% -
XYZ 10.49 16.82 4.7 -
YUV 100.03 94.12 105.16 -
System Red Green Blue C M Y K H S L
Decimal 68 128 40 0.47 0 0.69 0.50 100.91 0.52 0.33
Hex 44 80 28 2F 0 45 32 65 34 21
Octal 104 200 50 57 0 105 62 145 64 41
Binary 1000100 10000000 101000 101111 0 1000101 110010 1100101 110100 100001

Color Harmonies of #448028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448028

Black with #448028

Text Example


Text Example

White with #448028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448028; }

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

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

background-color css

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

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

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

border-color css

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

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

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