Html Css Color HEX #357814 Bilbao

📋 copy color: '#357814'

red 53 ◦ green 120 ◦ blue 20

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

Shades of Bilbao #357814

Tints of Bilbao #357814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 62.18%

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

R = 27.46%
G = 62.18%
B = 10.36%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.83

 K value IS 0.53

RGB Variations

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

Color information

#357814 (or 0x357814) is known color: Bilbao. HEX triplet: 35, 78 and 14. RGB value is (53,120,20). Sum of RGB (Red+Green+Blue) = 53+120+20=193 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.46% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 20 (8.20% from 255 or 10.36% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #357814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357814 is #CA87EB. Grayscale: #585858. Windows color (decimal): -13273068 or 1341493. OLE color: 1341493.

HSL color Cylindrical-coordinate representation of color #357814: hue angle of 100.2º 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 #357814 is Cyan = 0.56, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB 53 120 20 -
CMYK 0.56 0 0.83 0.53
HSL 100.2º 0.71% 0.27% -
HSV(B) 100.2º 0.83% 0.47% -
XYZ 8.31 14.24 2.97 -
YUV 88.57 89.3 102.63 -
System Red Green Blue C M Y K H S L
Decimal 53 120 20 0.56 0 0.83 0.53 100.2 0.71 0.27
Hex 35 78 14 38 0 53 35 64 47 1B
Octal 65 170 24 70 0 123 65 144 107 33
Binary 110101 1111000 10100 111000 0 1010011 110101 1100100 1000111 11011

Color Harmonies of #357814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357814

Black with #357814

Text Example


Text Example

White with #357814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357814; }

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

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

background-color css

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

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

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

border-color css

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

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

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