Html Css Color HEX #357714 Bilbao

📋 copy color: '#357714'

red 53 ◦ green 119 ◦ blue 20

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

Shades of Bilbao #357714

Tints of Bilbao #357714

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.98%

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

R = 27.6%
G = 61.98%
B = 10.42%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#357714 (or 0x357714) is known color: Bilbao. HEX triplet: 35, 77 and 14. RGB value is (53,119,20). Sum of RGB (Red+Green+Blue) = 53+119+20=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 20 (8.20% from 255 or 10.42% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #357714 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357714 is #CA88EB. Grayscale: #585858. Windows color (decimal): -13273324 or 1341237. OLE color: 1341237.

HSL color Cylindrical-coordinate representation of color #357714: hue angle of 100º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #357714 is Cyan = 0.55, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 119 20 -
CMYK 0.55 0 0.83 0.53
HSL 100º 0.71% 0.27% -
HSV(B) 100º 0.83% 0.47% -
XYZ 8.19 14 2.93 -
YUV 87.98 89.63 103.05 -
System Red Green Blue C M Y K H S L
Decimal 53 119 20 0.55 0 0.83 0.53 100 0.71 0.27
Hex 35 77 14 37 0 53 35 64 47 1B
Octal 65 167 24 67 0 123 65 144 107 33
Binary 110101 1110111 10100 110111 0 1010011 110101 1100100 1000111 11011

Color Harmonies of #357714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357714

Black with #357714

Text Example


Text Example

White with #357714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357714; }

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

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

background-color css

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

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

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

border-color css

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

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

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