Html Css Color HEX #44741E Bilbao

📋 copy color: '#44741E'

red 68 ◦ green 116 ◦ blue 30

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

Shades of Bilbao #44741E

Tints of Bilbao #44741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 54.21%

 BLUE value IS 30 (12.11% from 255) = 14.02%

R = 31.78%
G = 54.21%
B = 14.02%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#44741E (or 0x44741E) is known color: Bilbao. HEX triplet: 44, 74 and 1E. RGB value is (68,116,30). Sum of RGB (Red+Green+Blue) = 68+116+30=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 116 (45.70% from 255 or 54.21% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 116 - color contains mainly: green. Hex color #44741E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44741E is #BB8BE1. Grayscale: #5C5C5C. Windows color (decimal): -12291042 or 1995844. OLE color: 1995844.

HSL color Cylindrical-coordinate representation of color #44741E: hue angle of 93.49º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44741E is Cyan = 0.41, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 30 -
CMYK 0.41 0 0.74 0.55
HSL 93.49º 0.59% 0.29% -
HSV(B) 93.49º 0.74% 0.45% -
XYZ 8.86 13.81 3.43 -
YUV 91.84 93.1 110.99 -
System Red Green Blue C M Y K H S L
Decimal 68 116 30 0.41 0 0.74 0.55 93.49 0.59 0.29
Hex 44 74 1E 29 0 4A 37 5D 3B 1D
Octal 104 164 36 51 0 112 67 135 73 35
Binary 1000100 1110100 11110 101001 0 1001010 110111 1011101 111011 11101

Color Harmonies of #44741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44741E

Black with #44741E

Text Example


Text Example

White with #44741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44741E; }

 p { color: rgb(68,116,30); }

 H1.HeaderClassName
 {
   color: #44741E;
 }
 .AnyTagClassName
 {
   color: #44741E;
 }
</style>

background-color css

<style>
 a { background-color: #44741E; }

 a { background-color: rgb(68,116,30); }

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

border-color css

<style>
 span { border-color: #44741E; }

 span { border-color: rgb(68,116,30); }

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