Html Css Color HEX #447C15 Bilbao

📋 copy color: '#447C15'

red 68 ◦ green 124 ◦ blue 21

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

Shades of Bilbao #447C15

Tints of Bilbao #447C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 58.22%

 BLUE value IS 21 (8.59% from 255) = 9.86%

R = 31.92%
G = 58.22%
B = 9.86%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.83

 K value IS 0.51

RGB Variations

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

Color information

#447C15 (or 0x447C15) is known color: Bilbao. HEX triplet: 44, 7C and 15. RGB value is (68,124,21). Sum of RGB (Red+Green+Blue) = 68+124+21=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 124 (48.83% from 255 or 58.22% from 213); Blue value is 21 (8.59% from 255 or 9.86% from 213); Max value from RGB is 124 - color contains mainly: green. Hex color #447C15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447C15 is #BB83EA. Grayscale: #5F5F5F. Windows color (decimal): -12289003 or 1408068. OLE color: 1408068.

HSL color Cylindrical-coordinate representation of color #447C15: hue angle of 92.62º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #447C15 is Cyan = 0.45, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 124 21 -
CMYK 0.45 0 0.83 0.51
HSL 92.62º 0.71% 0.28% -
HSV(B) 92.62º 0.83% 0.49% -
XYZ 9.73 15.7 3.23 -
YUV 95.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 68 124 21 0.45 0 0.83 0.51 92.62 0.71 0.28
Hex 44 7C 15 2D 0 53 33 5D 47 1C
Octal 104 174 25 55 0 123 63 135 107 34
Binary 1000100 1111100 10101 101101 0 1010011 110011 1011101 1000111 11100

Color Harmonies of #447C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C15

Black with #447C15

Text Example


Text Example

White with #447C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447C15; }

 p { color: rgb(68,124,21); }

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

background-color css

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

 a { background-color: rgb(68,124,21); }

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

border-color css

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

 span { border-color: rgb(68,124,21); }

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