Html Css Color HEX #447330 Bilbao

📋 copy color: '#447330'

red 68 ◦ green 115 ◦ blue 48

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

Shades of Bilbao #447330

Tints of Bilbao #447330

RGB

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

 GREEN value IS 115 (45.31% from 255) = 49.78%

 BLUE value IS 48 (19.14% from 255) = 20.78%

R = 29.44%
G = 49.78%
B = 20.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.55

RGB Variations

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

Color information

#447330 (or 0x447330) is known color: Bilbao. HEX triplet: 44, 73 and 30. RGB value is (68,115,48). Sum of RGB (Red+Green+Blue) = 68+115+48=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #447330 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447330 is #BB8CCF. Grayscale: #5D5D5D. Windows color (decimal): -12291280 or 3175236. OLE color: 3175236.

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

Color convert

RGB 68 115 48 -
CMYK 0.41 0 0.58 0.55
HSL 102.09º 0.41% 0.32% -
HSV(B) 102.09º 0.58% 0.45% -
XYZ 9.05 13.7 4.96 -
YUV 93.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 68 115 48 0.41 0 0.58 0.55 102.09 0.41 0.32
Hex 44 73 30 29 0 3A 37 66 29 20
Octal 104 163 60 51 0 72 67 146 51 40
Binary 1000100 1110011 110000 101001 0 111010 110111 1100110 101001 100000

Color Harmonies of #447330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447330

Black with #447330

Text Example


Text Example

White with #447330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447330; }

 p { color: rgb(68,115,48); }

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

background-color css

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

 a { background-color: rgb(68,115,48); }

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

border-color css

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

 span { border-color: rgb(68,115,48); }

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