Html Css Color HEX #357728 Bilbao

📋 copy color: '#357728'

red 53 ◦ green 119 ◦ blue 40

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

Shades of Bilbao #357728

Tints of Bilbao #357728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.87%

R = 25%
G = 56.13%
B = 18.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#357728 (or 0x357728) is known color: Bilbao. HEX triplet: 35, 77 and 28. RGB value is (53,119,40). Sum of RGB (Red+Green+Blue) = 53+119+40=212 (28% of max value = 765). Red value is 53 (21.09% from 255 or 25% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #357728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357728 is #CA88D7. Grayscale: #5A5A5A. Windows color (decimal): -13273304 or 2651957. OLE color: 2651957.

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

Color convert

RGB 53 119 40 -
CMYK 0.55 0 0.66 0.53
HSL 110.13º 0.5% 0.31% -
HSV(B) 110.13º 0.66% 0.47% -
XYZ 8.45 14.1 4.28 -
YUV 90.26 99.63 101.42 -
System Red Green Blue C M Y K H S L
Decimal 53 119 40 0.55 0 0.66 0.53 110.13 0.5 0.31
Hex 35 77 28 37 0 42 35 6E 32 1F
Octal 65 167 50 67 0 102 65 156 62 37
Binary 110101 1110111 101000 110111 0 1000010 110101 1101110 110010 11111

Color Harmonies of #357728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357728

Black with #357728

Text Example


Text Example

White with #357728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357728; }

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

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

background-color css

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

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

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

border-color css

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

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

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