Html Css Color HEX #356C01 Bilbao

📋 copy color: '#356C01'

red 53 ◦ green 108 ◦ blue 1

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

Shades of Bilbao #356C01

Tints of Bilbao #356C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 66.67%

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

R = 32.72%
G = 66.67%
B = 0.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.58

RGB Variations

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

Color information

#356C01 (or 0x356C01) is known color: Bilbao. HEX triplet: 35, 6C and 01. RGB value is (53,108,1). Sum of RGB (Red+Green+Blue) = 53+108+1=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 108 (42.58% from 255 or 66.67% from 162); Blue value is 1 (0.78% from 255 or 0.62% from 162); Max value from RGB is 108 - color contains mainly: green. Hex color #356C01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356C01 is #CA93FE. Grayscale: #4F4F4F. Windows color (decimal): -13276159 or 93237. OLE color: 93237.

HSL color Cylindrical-coordinate representation of color #356C01: hue angle of 90.84º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #356C01 is Cyan = 0.51, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 108 1 -
CMYK 0.51 0 0.99 0.58
HSL 90.84º 0.98% 0.21% -
HSV(B) 90.84º 0.99% 0.42% -
XYZ 6.84 11.48 1.89 -
YUV 79.36 83.78 109.2 -
System Red Green Blue C M Y K H S L
Decimal 53 108 1 0.51 0 0.99 0.58 90.84 0.98 0.21
Hex 35 6C 1 33 0 63 3A 5B 62 15
Octal 65 154 1 63 0 143 72 133 142 25
Binary 110101 1101100 1 110011 0 1100011 111010 1011011 1100010 10101

Color Harmonies of #356C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356C01

Black with #356C01

Text Example


Text Example

White with #356C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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