Html Css Color HEX #448200 Bilbao

📋 copy color: '#448200'

red 68 ◦ green 130 ◦ blue 0

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

Shades of Bilbao #448200

Tints of Bilbao #448200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.34%
G = 65.66%
B = 0%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#448200 (or 0x448200) is known color: Bilbao. HEX triplet: 44, 82 and 00. RGB value is (68,130,0). Sum of RGB (Red+Green+Blue) = 68+130+0=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #448200 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448200 is #BB7DFF. Grayscale: #616161. Windows color (decimal): -12287488 or 33348. OLE color: 33348.

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

Color convert

RGB 68 130 0 -
CMYK 0.48 0 1 0.49
HSL 88.62º 1% 0.25% -
HSV(B) 88.62º 1% 0.51% -
XYZ 10.37 17.19 2.77 -
YUV 96.64 73.46 107.57 -
System Red Green Blue C M Y K H S L
Decimal 68 130 0 0.48 0 1 0.49 88.62 1 0.25
Hex 44 82 0 30 0 64 31 59 64 19
Octal 104 202 0 60 0 144 61 131 144 31
Binary 1000100 10000010 0 110000 0 1100100 110001 1011001 1100100 11001

Color Harmonies of #448200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448200

Black with #448200

Text Example


Text Example

White with #448200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448200; }

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

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

background-color css

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

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

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

border-color css

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

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

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