Html Css Color HEX #447C28 Bilbao

📋 copy color: '#447C28'

red 68 ◦ green 124 ◦ blue 40

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

Shades of Bilbao #447C28

Tints of Bilbao #447C28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 29.31%
G = 53.45%
B = 17.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.68

 K value IS 0.51

RGB Variations

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

Color information

#447C28 (or 0x447C28) is known color: Bilbao. HEX triplet: 44, 7C and 28. RGB value is (68,124,40). Sum of RGB (Red+Green+Blue) = 68+124+40=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #447C28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447C28 is #BB83D7. Grayscale: #616161. Windows color (decimal): -12288984 or 2653252. OLE color: 2653252.

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

Color convert

RGB 68 124 40 -
CMYK 0.45 0 0.68 0.51
HSL 100º 0.51% 0.32% -
HSV(B) 100º 0.68% 0.49% -
XYZ 9.97 15.8 4.53 -
YUV 97.68 95.45 106.83 -
System Red Green Blue C M Y K H S L
Decimal 68 124 40 0.45 0 0.68 0.51 100 0.51 0.32
Hex 44 7C 28 2D 0 44 33 64 33 20
Octal 104 174 50 55 0 104 63 144 63 40
Binary 1000100 1111100 101000 101101 0 1000100 110011 1100100 110011 100000

Color Harmonies of #447C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C28

Black with #447C28

Text Example


Text Example

White with #447C28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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