Html Css Color HEX #357512 Bilbao

📋 copy color: '#357512'

red 53 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #357512

Tints of Bilbao #357512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 62.23%

 BLUE value IS 18 (7.42% from 255) = 9.57%

R = 28.19%
G = 62.23%
B = 9.57%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#357512 (or 0x357512) is known color: Bilbao. HEX triplet: 35, 75 and 12. RGB value is (53,117,18). Sum of RGB (Red+Green+Blue) = 53+117+18=188 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.19% from 188); Green value is 117 (46.09% from 255 or 62.23% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 117 - color contains mainly: green. Hex color #357512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357512 is #CA8AED. Grayscale: #565656. Windows color (decimal): -13273838 or 1209653. OLE color: 1209653.

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

Color convert

RGB 53 117 18 -
CMYK 0.55 0 0.85 0.54
HSL 98.79º 0.73% 0.26% -
HSV(B) 98.79º 0.85% 0.46% -
XYZ 7.94 13.52 2.76 -
YUV 86.58 89.3 104.05 -
System Red Green Blue C M Y K H S L
Decimal 53 117 18 0.55 0 0.85 0.54 98.79 0.73 0.26
Hex 35 75 12 37 0 55 36 63 49 1A
Octal 65 165 22 67 0 125 66 143 111 32
Binary 110101 1110101 10010 110111 0 1010101 110110 1100011 1001001 11010

Color Harmonies of #357512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357512

Black with #357512

Text Example


Text Example

White with #357512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357512; }

 p { color: rgb(53,117,18); }

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

background-color css

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

 a { background-color: rgb(53,117,18); }

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

border-color css

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

 span { border-color: rgb(53,117,18); }

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