Html Css Color HEX #448228 Bilbao

📋 copy color: '#448228'

red 68 ◦ green 130 ◦ blue 40

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

Shades of Bilbao #448228

Tints of Bilbao #448228

RGB

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

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

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

R = 28.57%
G = 54.62%
B = 16.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#448228 (or 0x448228) is known color: Bilbao. HEX triplet: 44, 82 and 28. RGB value is (68,130,40). Sum of RGB (Red+Green+Blue) = 68+130+40=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 40 (16.02% from 255 or 16.81% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #448228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448228 is #BB7DD7. Grayscale: #656565. Windows color (decimal): -12287448 or 2654788. OLE color: 2654788.

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

Color convert

RGB 68 130 40 -
CMYK 0.48 0 0.69 0.49
HSL 101.33º 0.53% 0.33% -
HSV(B) 101.33º 0.69% 0.51% -
XYZ 10.75 17.35 4.79 -
YUV 101.2 93.46 104.32 -
System Red Green Blue C M Y K H S L
Decimal 68 130 40 0.48 0 0.69 0.49 101.33 0.53 0.33
Hex 44 82 28 30 0 45 31 65 35 21
Octal 104 202 50 60 0 105 61 145 65 41
Binary 1000100 10000010 101000 110000 0 1000101 110001 1100101 110101 100001

Color Harmonies of #448228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448228

Black with #448228

Text Example


Text Example

White with #448228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448228; }

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

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

background-color css

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

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

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

border-color css

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

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

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