Html Css Color HEX #356A14 Bilbao

📋 copy color: '#356A14'

red 53 ◦ green 106 ◦ blue 20

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

Shades of Bilbao #356A14

Tints of Bilbao #356A14

RGB

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

 GREEN value IS 106 (41.8% from 255) = 59.22%

 BLUE value IS 20 (8.2% from 255) = 11.17%

R = 29.61%
G = 59.22%
B = 11.17%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.81

 K value IS 0.58

RGB Variations

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

Color information

#356A14 (or 0x356A14) is known color: Bilbao. HEX triplet: 35, 6A and 14. RGB value is (53,106,20). Sum of RGB (Red+Green+Blue) = 53+106+20=179 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.61% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #356A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #356A14 is #CA95EB. Grayscale: #505050. Windows color (decimal): -13276652 or 1337909. OLE color: 1337909.

HSL color Cylindrical-coordinate representation of color #356A14: hue angle of 96.98º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #356A14 is Cyan = 0.5, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.58.

Color convert

RGB 53 106 20 -
CMYK 0.5 0 0.81 0.58
HSL 96.98º 0.68% 0.25% -
HSV(B) 96.98º 0.81% 0.42% -
XYZ 6.75 11.12 2.45 -
YUV 80.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 53 106 20 0.5 0 0.81 0.58 96.98 0.68 0.25
Hex 35 6A 14 32 0 51 3A 61 44 19
Octal 65 152 24 62 0 121 72 141 104 31
Binary 110101 1101010 10100 110010 0 1010001 111010 1100001 1000100 11001

Color Harmonies of #356A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356A14

Black with #356A14

Text Example


Text Example

White with #356A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,106,20); }

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

background-color css

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

 a { background-color: rgb(53,106,20); }

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

border-color css

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

 span { border-color: rgb(53,106,20); }

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