Html Css Color HEX #448326 Bilbao

📋 copy color: '#448326'

red 68 ◦ green 131 ◦ blue 38

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

Shades of Bilbao #448326

Tints of Bilbao #448326

RGB

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

 GREEN value IS 131 (51.56% from 255) = 55.27%

 BLUE value IS 38 (15.23% from 255) = 16.03%

R = 28.69%
G = 55.27%
B = 16.03%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#448326 (or 0x448326) is known color: Bilbao. HEX triplet: 44, 83 and 26. RGB value is (68,131,38). Sum of RGB (Red+Green+Blue) = 68+131+38=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 131 (51.56% from 255 or 55.27% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 131 - color contains mainly: green. Hex color #448326 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448326 is #BB7CD9. Grayscale: #656565. Windows color (decimal): -12287194 or 2523972. OLE color: 2523972.

HSL color Cylindrical-coordinate representation of color #448326: hue angle of 100.65º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #448326 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 131 38 -
CMYK 0.48 0 0.71 0.49
HSL 100.65º 0.55% 0.33% -
HSV(B) 100.65º 0.71% 0.51% -
XYZ 10.85 17.6 4.66 -
YUV 101.56 92.13 104.06 -
System Red Green Blue C M Y K H S L
Decimal 68 131 38 0.48 0 0.71 0.49 100.65 0.55 0.33
Hex 44 83 26 30 0 47 31 65 37 21
Octal 104 203 46 60 0 107 61 145 67 41
Binary 1000100 10000011 100110 110000 0 1000111 110001 1100101 110111 100001

Color Harmonies of #448326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448326

Black with #448326

Text Example


Text Example

White with #448326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448326; }

 p { color: rgb(68,131,38); }

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

background-color css

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

 a { background-color: rgb(68,131,38); }

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

border-color css

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

 span { border-color: rgb(68,131,38); }

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