Html Css Color HEX #448700 Bilbao

📋 copy color: '#448700'

red 68 ◦ green 135 ◦ blue 0

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

Shades of Bilbao #448700

Tints of Bilbao #448700

RGB

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

 GREEN value IS 135 (53.13% from 255) = 66.5%

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

R = 33.5%
G = 66.5%
B = 0%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#448700 (or 0x448700) is known color: Bilbao. HEX triplet: 44, 87 and 00. RGB value is (68,135,0). Sum of RGB (Red+Green+Blue) = 68+135+0=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 135 (53.12% from 255 or 66.50% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 135 - color contains mainly: green. Hex color #448700 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448700 is #BB78FF. Grayscale: #646464. Windows color (decimal): -12286208 or 34628. OLE color: 34628.

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

Color convert

RGB 68 135 0 -
CMYK 0.50 0 1 0.47
HSL 89.78º 1% 0.26% -
HSV(B) 89.78º 1% 0.53% -
XYZ 11.05 18.56 3 -
YUV 99.58 71.8 105.48 -
System Red Green Blue C M Y K H S L
Decimal 68 135 0 0.50 0 1 0.47 89.78 1 0.26
Hex 44 87 0 32 0 64 2F 5A 64 1A
Octal 104 207 0 62 0 144 57 132 144 32
Binary 1000100 10000111 0 110010 0 1100100 101111 1011010 1100100 11010

Color Harmonies of #448700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448700

Black with #448700

Text Example


Text Example

White with #448700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448700; }

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

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

background-color css

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

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

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

border-color css

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

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

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