Html Css Color HEX #357614 Bilbao

📋 copy color: '#357614'

red 53 ◦ green 118 ◦ blue 20

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

Shades of Bilbao #357614

Tints of Bilbao #357614

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.78%

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

R = 27.75%
G = 61.78%
B = 10.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#357614 (or 0x357614) is known color: Bilbao. HEX triplet: 35, 76 and 14. RGB value is (53,118,20). Sum of RGB (Red+Green+Blue) = 53+118+20=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 20 (8.20% from 255 or 10.47% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #357614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357614 is #CA89EB. Grayscale: #575757. Windows color (decimal): -13273580 or 1340981. OLE color: 1340981.

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

Color convert

RGB 53 118 20 -
CMYK 0.55 0 0.83 0.54
HSL 99.8º 0.71% 0.27% -
HSV(B) 99.8º 0.83% 0.46% -
XYZ 8.07 13.76 2.89 -
YUV 87.39 89.97 103.47 -
System Red Green Blue C M Y K H S L
Decimal 53 118 20 0.55 0 0.83 0.54 99.8 0.71 0.27
Hex 35 76 14 37 0 53 36 64 47 1B
Octal 65 166 24 67 0 123 66 144 107 33
Binary 110101 1110110 10100 110111 0 1010011 110110 1100100 1000111 11011

Color Harmonies of #357614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357614

Black with #357614

Text Example


Text Example

White with #357614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357614; }

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

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

background-color css

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

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

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

border-color css

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

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

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