Html Css Color HEX #448618 Bilbao

📋 copy color: '#448618'

red 68 ◦ green 134 ◦ blue 24

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

Shades of Bilbao #448618

Tints of Bilbao #448618

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.29%

 BLUE value IS 24 (9.77% from 255) = 10.62%

R = 30.09%
G = 59.29%
B = 10.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#448618 (or 0x448618) is known color: Bilbao. HEX triplet: 44, 86 and 18. RGB value is (68,134,24). Sum of RGB (Red+Green+Blue) = 68+134+24=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 24 (9.77% from 255 or 10.62% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #448618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448618 is #BB79E7. Grayscale: #666666. Windows color (decimal): -12286440 or 1607236. OLE color: 1607236.

HSL color Cylindrical-coordinate representation of color #448618: hue angle of 96º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #448618 is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 134 24 -
CMYK 0.49 0 0.82 0.47
HSL 96º 0.7% 0.31% -
HSV(B) 96º 0.82% 0.53% -
XYZ 11.07 18.35 3.82 -
YUV 101.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 68 134 24 0.49 0 0.82 0.47 96 0.7 0.31
Hex 44 86 18 31 0 52 2F 60 46 1F
Octal 104 206 30 61 0 122 57 140 106 37
Binary 1000100 10000110 11000 110001 0 1010010 101111 1100000 1000110 11111

Color Harmonies of #448618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448618

Black with #448618

Text Example


Text Example

White with #448618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448618; }

 p { color: rgb(68,134,24); }

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

background-color css

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

 a { background-color: rgb(68,134,24); }

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

border-color css

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

 span { border-color: rgb(68,134,24); }

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