Html Css Color HEX #447F35 Bilbao

📋 copy color: '#447F35'

red 68 ◦ green 127 ◦ blue 53

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

Shades of Bilbao #447F35

Tints of Bilbao #447F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 21.37%

R = 27.42%
G = 51.21%
B = 21.37%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#447F35 (or 0x447F35) is known color: Bilbao. HEX triplet: 44, 7F and 35. RGB value is (68,127,53). Sum of RGB (Red+Green+Blue) = 68+127+53=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 127 (50% from 255 or 51.21% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 127 - color contains mainly: green. Hex color #447F35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447F35 is #BB80CA. Grayscale: #656565. Windows color (decimal): -12288203 or 3505988. OLE color: 3505988.

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

Color convert

RGB 68 127 53 -
CMYK 0.46 0 0.58 0.50
HSL 107.84º 0.41% 0.35% -
HSV(B) 107.84º 0.58% 0.5% -
XYZ 10.62 16.66 6.03 -
YUV 100.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 68 127 53 0.46 0 0.58 0.50 107.84 0.41 0.35
Hex 44 7F 35 2E 0 3A 32 6C 29 23
Octal 104 177 65 56 0 72 62 154 51 43
Binary 1000100 1111111 110101 101110 0 111010 110010 1101100 101001 100011

Color Harmonies of #447F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447F35

Black with #447F35

Text Example


Text Example

White with #447F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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