Html Css Color HEX #448417 Bilbao

📋 copy color: '#448417'

red 68 ◦ green 132 ◦ blue 23

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

Shades of Bilbao #448417

Tints of Bilbao #448417

RGB

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

 GREEN value IS 132 (51.95% from 255) = 59.19%

 BLUE value IS 23 (9.38% from 255) = 10.31%

R = 30.49%
G = 59.19%
B = 10.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#448417 (or 0x448417) is known color: Bilbao. HEX triplet: 44, 84 and 17. RGB value is (68,132,23). Sum of RGB (Red+Green+Blue) = 68+132+23=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 23 (9.38% from 255 or 10.31% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #448417 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448417 is #BB7BE8. Grayscale: #646464. Windows color (decimal): -12286953 or 1541188. OLE color: 1541188.

HSL color Cylindrical-coordinate representation of color #448417: hue angle of 95.23º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #448417 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 132 23 -
CMYK 0.48 0 0.83 0.48
HSL 95.23º 0.7% 0.3% -
HSV(B) 95.23º 0.83% 0.52% -
XYZ 10.79 17.79 3.68 -
YUV 100.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 68 132 23 0.48 0 0.83 0.48 95.23 0.7 0.3
Hex 44 84 17 30 0 53 30 5F 46 1E
Octal 104 204 27 60 0 123 60 137 106 36
Binary 1000100 10000100 10111 110000 0 1010011 110000 1011111 1000110 11110

Color Harmonies of #448417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448417

Black with #448417

Text Example


Text Example

White with #448417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448417; }

 p { color: rgb(68,132,23); }

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

background-color css

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

 a { background-color: rgb(68,132,23); }

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

border-color css

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

 span { border-color: rgb(68,132,23); }

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