Html Css Color HEX #357114 Bilbao

📋 copy color: '#357114'

red 53 ◦ green 113 ◦ blue 20

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

Shades of Bilbao #357114

Tints of Bilbao #357114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.75%

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

R = 28.49%
G = 60.75%
B = 10.75%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#357114 (or 0x357114) is known color: Bilbao. HEX triplet: 35, 71 and 14. RGB value is (53,113,20). Sum of RGB (Red+Green+Blue) = 53+113+20=186 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.49% from 186); Green value is 113 (44.53% from 255 or 60.75% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 113 - color contains mainly: green. Hex color #357114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357114 is #CA8EEB. Grayscale: #545454. Windows color (decimal): -13274860 or 1339701. OLE color: 1339701.

HSL color Cylindrical-coordinate representation of color #357114: hue angle of 98.71º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #357114 is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 113 20 -
CMYK 0.53 0 0.82 0.56
HSL 98.71º 0.7% 0.26% -
HSV(B) 98.71º 0.82% 0.44% -
XYZ 7.5 12.62 2.7 -
YUV 84.46 91.62 105.56 -
System Red Green Blue C M Y K H S L
Decimal 53 113 20 0.53 0 0.82 0.56 98.71 0.7 0.26
Hex 35 71 14 35 0 52 38 63 46 1A
Octal 65 161 24 65 0 122 70 143 106 32
Binary 110101 1110001 10100 110101 0 1010010 111000 1100011 1000110 11010

Color Harmonies of #357114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357114

Black with #357114

Text Example


Text Example

White with #357114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357114; }

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

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

background-color css

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

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

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

border-color css

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

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

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