Html Css Color HEX #448604 Bilbao

📋 copy color: '#448604'

red 68 ◦ green 134 ◦ blue 4

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

Shades of Bilbao #448604

Tints of Bilbao #448604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.94%

R = 33.01%
G = 65.05%
B = 1.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.47

RGB Variations

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

Color information

#448604 (or 0x448604) is known color: Bilbao. HEX triplet: 44, 86 and 04. RGB value is (68,134,4). Sum of RGB (Red+Green+Blue) = 68+134+4=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 134 (52.73% from 255 or 65.05% from 206); Blue value is 4 (1.95% from 255 or 1.94% from 206); Max value from RGB is 134 - color contains mainly: green. Hex color #448604 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448604 is #BB79FB. Grayscale: #636363. Windows color (decimal): -12286460 or 296516. OLE color: 296516.

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

Color convert

RGB 68 134 4 -
CMYK 0.49 0 0.97 0.47
HSL 90.46º 0.94% 0.27% -
HSV(B) 90.46º 0.97% 0.53% -
XYZ 10.93 18.29 3.07 -
YUV 99.45 74.13 105.57 -
System Red Green Blue C M Y K H S L
Decimal 68 134 4 0.49 0 0.97 0.47 90.46 0.94 0.27
Hex 44 86 4 31 0 61 2F 5A 5E 1B
Octal 104 206 4 61 0 141 57 132 136 33
Binary 1000100 10000110 100 110001 0 1100001 101111 1011010 1011110 11011

Color Harmonies of #448604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448604

Black with #448604

Text Example


Text Example

White with #448604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448604; }

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

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

background-color css

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

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

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

border-color css

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

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

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