Html Css Color HEX #357415 Bilbao

📋 copy color: '#357415'

red 53 ◦ green 116 ◦ blue 21

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

Shades of Bilbao #357415

Tints of Bilbao #357415

RGB

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

 GREEN value IS 116 (45.7% from 255) = 61.05%

 BLUE value IS 21 (8.59% from 255) = 11.05%

R = 27.89%
G = 61.05%
B = 11.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.82

 K value IS 0.55

RGB Variations

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

Color information

#357415 (or 0x357415) is known color: Bilbao. HEX triplet: 35, 74 and 15. RGB value is (53,116,21). Sum of RGB (Red+Green+Blue) = 53+116+21=190 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.89% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 21 (8.59% from 255 or 11.05% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #357415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357415 is #CA8BEA. Grayscale: #565656. Windows color (decimal): -13274091 or 1406005. OLE color: 1406005.

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

Color convert

RGB 53 116 21 -
CMYK 0.54 0 0.82 0.55
HSL 99.79º 0.69% 0.27% -
HSV(B) 99.79º 0.82% 0.45% -
XYZ 7.85 13.3 2.86 -
YUV 86.33 91.13 104.22 -
System Red Green Blue C M Y K H S L
Decimal 53 116 21 0.54 0 0.82 0.55 99.79 0.69 0.27
Hex 35 74 15 36 0 52 37 64 45 1B
Octal 65 164 25 66 0 122 67 144 105 33
Binary 110101 1110100 10101 110110 0 1010010 110111 1100100 1000101 11011

Color Harmonies of #357415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357415

Black with #357415

Text Example


Text Example

White with #357415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357415; }

 p { color: rgb(53,116,21); }

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

background-color css

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

 a { background-color: rgb(53,116,21); }

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

border-color css

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

 span { border-color: rgb(53,116,21); }

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