Html Css Color HEX #357501 Bilbao

📋 copy color: '#357501'

red 53 ◦ green 117 ◦ blue 1

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

Shades of Bilbao #357501

Tints of Bilbao #357501

RGB

 RED value IS 53 (21.09% from 255) = 30.99%

 GREEN value IS 117 (46.09% from 255) = 68.42%

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

R = 30.99%
G = 68.42%
B = 0.58%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#357501 (or 0x357501) is known color: Bilbao. HEX triplet: 35, 75 and 01. RGB value is (53,117,1). Sum of RGB (Red+Green+Blue) = 53+117+1=171 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.99% from 171); Green value is 117 (46.09% from 255 or 68.42% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 117 - color contains mainly: green. Hex color #357501 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357501 is #CA8AFE. Grayscale: #555555. Windows color (decimal): -13273855 or 95541. OLE color: 95541.

HSL color Cylindrical-coordinate representation of color #357501: hue angle of 93.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #357501 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 1 -
CMYK 0.55 0 0.99 0.54
HSL 93.1º 0.98% 0.23% -
HSV(B) 93.1º 0.99% 0.46% -
XYZ 7.83 13.48 2.22 -
YUV 84.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 53 117 1 0.55 0 0.99 0.54 93.1 0.98 0.23
Hex 35 75 1 37 0 63 36 5D 62 17
Octal 65 165 1 67 0 143 66 135 142 27
Binary 110101 1110101 1 110111 0 1100011 110110 1011101 1100010 10111

Color Harmonies of #357501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357501

Black with #357501

Text Example


Text Example

White with #357501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357501; }

 p { color: rgb(53,117,1); }

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

background-color css

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

 a { background-color: rgb(53,117,1); }

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

border-color css

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

 span { border-color: rgb(53,117,1); }

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