Html Css Color HEX #448706 Bilbao

📋 copy color: '#448706'

red 68 ◦ green 135 ◦ blue 6

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

Shades of Bilbao #448706

Tints of Bilbao #448706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 32.54%
G = 64.59%
B = 2.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#448706 (or 0x448706) is known color: Bilbao. HEX triplet: 44, 87 and 06. RGB value is (68,135,6). Sum of RGB (Red+Green+Blue) = 68+135+6=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #448706 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448706 is #BB78F9. Grayscale: #646464. Windows color (decimal): -12286202 or 427844. OLE color: 427844.

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

Color convert

RGB 68 135 6 -
CMYK 0.50 0 0.96 0.47
HSL 91.16º 0.91% 0.28% -
HSV(B) 91.16º 0.96% 0.53% -
XYZ 11.08 18.57 3.17 -
YUV 100.26 74.8 104.99 -
System Red Green Blue C M Y K H S L
Decimal 68 135 6 0.50 0 0.96 0.47 91.16 0.91 0.28
Hex 44 87 6 32 0 60 2F 5B 5B 1C
Octal 104 207 6 62 0 140 57 133 133 34
Binary 1000100 10000111 110 110010 0 1100000 101111 1011011 1011011 11100

Color Harmonies of #448706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448706

Black with #448706

Text Example


Text Example

White with #448706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448706; }

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

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

background-color css

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

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

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

border-color css

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

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

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