#357C06

Color #357C06 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #357C06

Tints of Bilbao #357C06

Color information

#357C06 (or 0x357C06) is unknown color: approx Bilbao. HEX triplet: 35, 7C and 06. RGB value is (53,124,6). Sum of RGB (Red+Green+Blue) = 53+124+6=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 124 (48.83% from 255 or 67.76% from 183); Blue value is 6 (2.73% from 255 or 3.28% from 183); Max value from RGB is 124 - color contains mainly: green. Hex color #357C06 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C06 is #CA83F9. Grayscale: #595959. Windows color (decimal): -13272058 or 425013. OLE color: 425013.

HSL color Cylindrical-coordinate representation of color #357C06: hue angle of 96.1º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #357C06 is Cyan = 0.57, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB531246-
CMYK0.5700.950.51
HSL96.1º90.77%25.49%-
HSV(B)96.1º95.16%48.63%-
XYZ8.7115.192.64-
YUV89.3280.98102.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 124 (48.83% from 255) = 67.76%
BLUE value IS 6 (2.73% from 255) = 3.28%
R=28.96%
G=67.76%
B=3.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5312460.5700.950.5196.190.7725.49
Hex357C63905F33605b19
Octal6517467101376314013331
Binary1101011111100110111001010111111100111100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357C06; }

 p { color: rgb(53,124,6); }

 H1.HeaderClassName
 {
   color: #357C06;
 }
 .AnyTagClassName
 {
   color: #357C06;
 }
</style>
background-color css

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

 a { background-color: rgb(53,124,6); }

 div.DivClassName
 {
   background-color: #357C06;
 }
 .BgClassName
 {
   background-color: #357C06;
 }
</style>
border-color css

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

 span { border-color: rgb(53,124,6); }

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