Html Css Color HEX #447C01 Bilbao

📋 copy color: '#447C01'

red 68 ◦ green 124 ◦ blue 1

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

Shades of Bilbao #447C01

Tints of Bilbao #447C01

RGB

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

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

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

R = 35.23%
G = 64.25%
B = 0.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.51

RGB Variations

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

Color information

#447C01 (or 0x447C01) is known color: Bilbao. HEX triplet: 44, 7C and 01. RGB value is (68,124,1). Sum of RGB (Red+Green+Blue) = 68+124+1=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 124 (48.83% from 255 or 64.25% from 193); Blue value is 1 (0.78% from 255 or 0.52% from 193); Max value from RGB is 124 - color contains mainly: green. Hex color #447C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447C01 is #BB83FE. Grayscale: #5D5D5D. Windows color (decimal): -12289023 or 97348. OLE color: 97348.

HSL color Cylindrical-coordinate representation of color #447C01: hue angle of 87.32º 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 #447C01 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 124 1 -
CMYK 0.45 0 0.99 0.51
HSL 87.32º 0.98% 0.25% -
HSV(B) 87.32º 0.99% 0.49% -
XYZ 9.6 15.65 2.54 -
YUV 93.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 68 124 1 0.45 0 0.99 0.51 87.32 0.98 0.25
Hex 44 7C 1 2D 0 63 33 57 62 19
Octal 104 174 1 55 0 143 63 127 142 31
Binary 1000100 1111100 1 101101 0 1100011 110011 1010111 1100010 11001

Color Harmonies of #447C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C01

Black with #447C01

Text Example


Text Example

White with #447C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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