Html Css Color HEX #358214 Bilbao

📋 copy color: '#358214'

red 53 ◦ green 130 ◦ blue 20

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

Shades of Bilbao #358214

Tints of Bilbao #358214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 64.04%

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

R = 26.11%
G = 64.04%
B = 9.85%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#358214 (or 0x358214) is known color: Bilbao. HEX triplet: 35, 82 and 14. RGB value is (53,130,20). Sum of RGB (Red+Green+Blue) = 53+130+20=203 (26% of max value = 765). Red value is 53 (21.09% from 255 or 26.11% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 20 (8.20% from 255 or 9.85% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #358214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358214 is #CA7DEB. Grayscale: #5E5E5E. Windows color (decimal): -13270508 or 1344053. OLE color: 1344053.

HSL color Cylindrical-coordinate representation of color #358214: hue angle of 102º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #358214 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 53 130 20 -
CMYK 0.59 0 0.85 0.49
HSL 102º 0.73% 0.29% -
HSV(B) 102º 0.85% 0.51% -
XYZ 9.58 16.77 3.39 -
YUV 94.44 85.99 98.44 -
System Red Green Blue C M Y K H S L
Decimal 53 130 20 0.59 0 0.85 0.49 102 0.73 0.29
Hex 35 82 14 3B 0 55 31 66 49 1D
Octal 65 202 24 73 0 125 61 146 111 35
Binary 110101 10000010 10100 111011 0 1010101 110001 1100110 1001001 11101

Color Harmonies of #358214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358214

Black with #358214

Text Example


Text Example

White with #358214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358214; }

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

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

background-color css

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

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

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

border-color css

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

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

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