Html Css Color HEX #458201 Bilbao

📋 copy color: '#458201'

red 69 ◦ green 130 ◦ blue 1

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

Shades of Bilbao #458201

Tints of Bilbao #458201

RGB

 RED value IS 69 (27.34% from 255) = 34.5%

 GREEN value IS 130 (51.17% from 255) = 65%

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

R = 34.5%
G = 65%
B = 0.5%

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

#458201 (or 0x458201) is known color: Bilbao. HEX triplet: 45, 82 and 01. RGB value is (69,130,1). Sum of RGB (Red+Green+Blue) = 69+130+1=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 1 (0.78% from 255 or 0.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #458201 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #458201 is #BA7DFE. Grayscale: #616161. Windows color (decimal): -12221951 or 98885. OLE color: 98885.

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

Color convert

RGB 69 130 1 -
CMYK 0.47 0 0.99 0.49
HSL 88.37º 0.98% 0.26% -
HSV(B) 88.37º 0.99% 0.51% -
XYZ 10.44 17.23 2.8 -
YUV 97.06 73.79 107.99 -
System Red Green Blue C M Y K H S L
Decimal 69 130 1 0.47 0 0.99 0.49 88.37 0.98 0.26
Hex 45 82 1 2F 0 63 31 58 62 1A
Octal 105 202 1 57 0 143 61 130 142 32
Binary 1000101 10000010 1 101111 0 1100011 110001 1011000 1100010 11010

Color Harmonies of #458201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #458201

Black with #458201

Text Example


Text Example

White with #458201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #458201; }

 p { color: rgb(69,130,1); }

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

background-color css

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

 a { background-color: rgb(69,130,1); }

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

border-color css

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

 span { border-color: rgb(69,130,1); }

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