Html Css Color HEX #358003 Bilbao

📋 copy color: '#358003'

red 53 ◦ green 128 ◦ blue 3

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

Shades of Bilbao #358003

Tints of Bilbao #358003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.63%

R = 28.8%
G = 69.57%
B = 1.63%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#358003 (or 0x358003) is known color: Bilbao. HEX triplet: 35, 80 and 03. RGB value is (53,128,3). Sum of RGB (Red+Green+Blue) = 53+128+3=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 128 (50.39% from 255 or 69.57% from 184); Blue value is 3 (1.56% from 255 or 1.63% from 184); Max value from RGB is 128 - color contains mainly: green. Hex color #358003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358003 is #CA7FFC. Grayscale: #5B5B5B. Windows color (decimal): -13271037 or 229429. OLE color: 229429.

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

Color convert

RGB 53 128 3 -
CMYK 0.59 0 0.98 0.50
HSL 96º 0.95% 0.26% -
HSV(B) 96º 0.98% 0.5% -
XYZ 9.2 16.2 2.73 -
YUV 91.33 78.15 100.66 -
System Red Green Blue C M Y K H S L
Decimal 53 128 3 0.59 0 0.98 0.50 96 0.95 0.26
Hex 35 80 3 3B 0 62 32 60 5F 1A
Octal 65 200 3 73 0 142 62 140 137 32
Binary 110101 10000000 11 111011 0 1100010 110010 1100000 1011111 11010

Color Harmonies of #358003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358003

Black with #358003

Text Example


Text Example

White with #358003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358003; }

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

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

background-color css

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

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

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

border-color css

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

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

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