Html Css Color HEX #357B10 Bilbao

📋 copy color: '#357B10'

red 53 ◦ green 123 ◦ blue 16

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

Shades of Bilbao #357B10

Tints of Bilbao #357B10

RGB

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

 GREEN value IS 123 (48.44% from 255) = 64.06%

 BLUE value IS 16 (6.64% from 255) = 8.33%

R = 27.6%
G = 64.06%
B = 8.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#357B10 (or 0x357B10) is known color: Bilbao. HEX triplet: 35, 7B and 10. RGB value is (53,123,16). Sum of RGB (Red+Green+Blue) = 53+123+16=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 123 (48.44% from 255 or 64.06% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 123 - color contains mainly: green. Hex color #357B10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357B10 is #CA84EF. Grayscale: #5A5A5A. Windows color (decimal): -13272304 or 1080117. OLE color: 1080117.

HSL color Cylindrical-coordinate representation of color #357B10: hue angle of 99.25º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #357B10 is Cyan = 0.57, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 53 123 16 -
CMYK 0.57 0 0.87 0.52
HSL 99.25º 0.77% 0.27% -
HSV(B) 99.25º 0.87% 0.48% -
XYZ 8.64 14.96 2.92 -
YUV 89.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 53 123 16 0.57 0 0.87 0.52 99.25 0.77 0.27
Hex 35 7B 10 39 0 57 34 63 4D 1B
Octal 65 173 20 71 0 127 64 143 115 33
Binary 110101 1111011 10000 111001 0 1010111 110100 1100011 1001101 11011

Color Harmonies of #357B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B10

Black with #357B10

Text Example


Text Example

White with #357B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357B10; }

 p { color: rgb(53,123,16); }

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

background-color css

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

 a { background-color: rgb(53,123,16); }

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

border-color css

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

 span { border-color: rgb(53,123,16); }

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