Html Css Color HEX #447E01 Bilbao

📋 copy color: '#447E01'

red 68 ◦ green 126 ◦ blue 1

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

Shades of Bilbao #447E01

Tints of Bilbao #447E01

RGB

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

 GREEN value IS 126 (49.61% from 255) = 64.62%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 34.87%
G = 64.62%
B = 0.51%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#447E01 (or 0x447E01) is known color: Bilbao. HEX triplet: 44, 7E and 01. RGB value is (68,126,1). Sum of RGB (Red+Green+Blue) = 68+126+1=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 126 (49.61% from 255 or 64.62% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 126 - color contains mainly: green. Hex color #447E01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447E01 is #BB81FE. Grayscale: #5E5E5E. Windows color (decimal): -12288511 or 97860. OLE color: 97860.

HSL color Cylindrical-coordinate representation of color #447E01: hue angle of 87.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #447E01 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 126 1 -
CMYK 0.46 0 0.99 0.51
HSL 87.84º 0.98% 0.25% -
HSV(B) 87.84º 0.99% 0.49% -
XYZ 9.85 16.15 2.63 -
YUV 94.41 75.28 109.16 -
System Red Green Blue C M Y K H S L
Decimal 68 126 1 0.46 0 0.99 0.51 87.84 0.98 0.25
Hex 44 7E 1 2E 0 63 33 58 62 19
Octal 104 176 1 56 0 143 63 130 142 31
Binary 1000100 1111110 1 101110 0 1100011 110011 1011000 1100010 11001

Color Harmonies of #447E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447E01

Black with #447E01

Text Example


Text Example

White with #447E01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,126,1); }

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

background-color css

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

 a { background-color: rgb(68,126,1); }

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

border-color css

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

 span { border-color: rgb(68,126,1); }

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