Html Css Color HEX #357028 Bilbao

📋 copy color: '#357028'

red 53 ◦ green 112 ◦ blue 40

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

Shades of Bilbao #357028

Tints of Bilbao #357028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.63%

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

R = 25.85%
G = 54.63%
B = 19.51%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#357028 (or 0x357028) is known color: Bilbao. HEX triplet: 35, 70 and 28. RGB value is (53,112,40). Sum of RGB (Red+Green+Blue) = 53+112+40=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 40 (16.02% from 255 or 19.51% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #357028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357028 is #CA8FD7. Grayscale: #565656. Windows color (decimal): -13275096 or 2650165. OLE color: 2650165.

HSL color Cylindrical-coordinate representation of color #357028: hue angle of 109.17º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357028 is Cyan = 0.53, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 40 -
CMYK 0.53 0 0.64 0.56
HSL 109.17º 0.47% 0.3% -
HSV(B) 109.17º 0.64% 0.44% -
XYZ 7.65 12.5 4.02 -
YUV 86.15 101.95 104.35 -
System Red Green Blue C M Y K H S L
Decimal 53 112 40 0.53 0 0.64 0.56 109.17 0.47 0.3
Hex 35 70 28 35 0 40 38 6D 2F 1E
Octal 65 160 50 65 0 100 70 155 57 36
Binary 110101 1110000 101000 110101 0 1000000 111000 1101101 101111 11110

Color Harmonies of #357028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357028

Black with #357028

Text Example


Text Example

White with #357028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357028; }

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

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

background-color css

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

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

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

border-color css

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

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

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