Html Css Color HEX #447F28 Bilbao

📋 copy color: '#447F28'

red 68 ◦ green 127 ◦ blue 40

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

Shades of Bilbao #447F28

Tints of Bilbao #447F28

RGB

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

 GREEN value IS 127 (50% from 255) = 54.04%

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

R = 28.94%
G = 54.04%
B = 17.02%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.50

RGB Variations

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

Color information

#447F28 (or 0x447F28) is known color: Bilbao. HEX triplet: 44, 7F and 28. RGB value is (68,127,40). Sum of RGB (Red+Green+Blue) = 68+127+40=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 40 (16.02% from 255 or 17.02% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #447F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F28 is #BB80D7. Grayscale: #636363. Windows color (decimal): -12288216 or 2654020. OLE color: 2654020.

HSL color Cylindrical-coordinate representation of color #447F28: hue angle of 100.69º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #447F28 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 127 40 -
CMYK 0.46 0 0.69 0.50
HSL 100.69º 0.52% 0.33% -
HSV(B) 100.69º 0.69% 0.5% -
XYZ 10.36 16.56 4.66 -
YUV 99.44 94.45 105.57 -
System Red Green Blue C M Y K H S L
Decimal 68 127 40 0.46 0 0.69 0.50 100.69 0.52 0.33
Hex 44 7F 28 2E 0 45 32 65 34 21
Octal 104 177 50 56 0 105 62 145 64 41
Binary 1000100 1111111 101000 101110 0 1000101 110010 1100101 110100 100001

Color Harmonies of #447F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F28

Black with #447F28

Text Example


Text Example

White with #447F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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