Html Css Color HEX #358001 Bilbao

📋 copy color: '#358001'

red 53 ◦ green 128 ◦ blue 1

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

Shades of Bilbao #358001

Tints of Bilbao #358001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 70.33%

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

R = 29.12%
G = 70.33%
B = 0.55%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.99

 K value IS 0.50

RGB Variations

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

Color information

#358001 (or 0x358001) is known color: Bilbao. HEX triplet: 35, 80 and 01. RGB value is (53,128,1). Sum of RGB (Red+Green+Blue) = 53+128+1=182 (24% of max value = 765). Red value is 53 (21.09% from 255 or 29.12% from 182); Green value is 128 (50.39% from 255 or 70.33% from 182); Blue value is 1 (0.78% from 255 or 0.55% from 182); Max value from RGB is 128 - color contains mainly: green. Hex color #358001 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358001 is #CA7FFE. Grayscale: #5B5B5B. Windows color (decimal): -13271039 or 98357. OLE color: 98357.

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

Color convert

RGB 53 128 1 -
CMYK 0.59 0 0.99 0.50
HSL 95.43º 0.98% 0.25% -
HSV(B) 95.43º 0.99% 0.5% -
XYZ 9.19 16.2 2.67 -
YUV 91.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 53 128 1 0.59 0 0.99 0.50 95.43 0.98 0.25
Hex 35 80 1 3B 0 63 32 5F 62 19
Octal 65 200 1 73 0 143 62 137 142 31
Binary 110101 10000000 1 111011 0 1100011 110010 1011111 1100010 11001

Color Harmonies of #358001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358001

Black with #358001

Text Example


Text Example

White with #358001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358001; }

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

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

background-color css

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

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

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

border-color css

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

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

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