Html Css Color HEX #356D01 Bilbao

📋 copy color: '#356D01'

red 53 ◦ green 109 ◦ blue 1

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

Shades of Bilbao #356D01

Tints of Bilbao #356D01

RGB

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

 GREEN value IS 109 (42.97% from 255) = 66.87%

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

R = 32.52%
G = 66.87%
B = 0.61%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.57

RGB Variations

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

Color information

#356D01 (or 0x356D01) is known color: Bilbao. HEX triplet: 35, 6D and 01. RGB value is (53,109,1). Sum of RGB (Red+Green+Blue) = 53+109+1=163 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.52% from 163); Green value is 109 (42.97% from 255 or 66.87% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 109 - color contains mainly: green. Hex color #356D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356D01 is #CA92FE. Grayscale: #505050. Windows color (decimal): -13275903 or 93493. OLE color: 93493.

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

Color convert

RGB 53 109 1 -
CMYK 0.51 0 0.99 0.57
HSL 91.11º 0.98% 0.22% -
HSV(B) 91.11º 0.99% 0.43% -
XYZ 6.94 11.7 1.92 -
YUV 79.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 53 109 1 0.51 0 0.99 0.57 91.11 0.98 0.22
Hex 35 6D 1 33 0 63 39 5B 62 16
Octal 65 155 1 63 0 143 71 133 142 26
Binary 110101 1101101 1 110011 0 1100011 111001 1011011 1100010 10110

Color Harmonies of #356D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356D01

Black with #356D01

Text Example


Text Example

White with #356D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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