Html Css Color HEX #448101 Bilbao

📋 copy color: '#448101'

red 68 ◦ green 129 ◦ blue 1

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

Shades of Bilbao #448101

Tints of Bilbao #448101

RGB

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

 GREEN value IS 129 (50.78% from 255) = 65.15%

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

R = 34.34%
G = 65.15%
B = 0.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#448101 (or 0x448101) is known color: Bilbao. HEX triplet: 44, 81 and 01. RGB value is (68,129,1). Sum of RGB (Red+Green+Blue) = 68+129+1=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 129 (50.78% from 255 or 65.15% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 129 - color contains mainly: green. Hex color #448101 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #448101 is #BB7EFE. Grayscale: #606060. Windows color (decimal): -12287743 or 98628. OLE color: 98628.

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

Color convert

RGB 68 129 1 -
CMYK 0.47 0 0.99 0.49
HSL 88.59º 0.98% 0.25% -
HSV(B) 88.59º 0.99% 0.51% -
XYZ 10.24 16.93 2.76 -
YUV 96.17 74.29 107.91 -
System Red Green Blue C M Y K H S L
Decimal 68 129 1 0.47 0 0.99 0.49 88.59 0.98 0.25
Hex 44 81 1 2F 0 63 31 59 62 19
Octal 104 201 1 57 0 143 61 131 142 31
Binary 1000100 10000001 1 101111 0 1100011 110001 1011001 1100010 11001

Color Harmonies of #448101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448101

Black with #448101

Text Example


Text Example

White with #448101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448101; }

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

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

background-color css

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

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

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

border-color css

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

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

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