Html Css Color HEX #357C03 Bilbao

📋 copy color: '#357C03'

red 53 ◦ green 124 ◦ blue 3

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

Shades of Bilbao #357C03

Tints of Bilbao #357C03

RGB

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

 GREEN value IS 124 (48.83% from 255) = 68.89%

 BLUE value IS 3 (1.56% from 255) = 1.67%

R = 29.44%
G = 68.89%
B = 1.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#357C03 (or 0x357C03) is known color: Bilbao. HEX triplet: 35, 7C and 03. RGB value is (53,124,3). Sum of RGB (Red+Green+Blue) = 53+124+3=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 124 (48.83% from 255 or 68.89% from 180); Blue value is 3 (1.56% from 255 or 1.67% from 180); Max value from RGB is 124 - color contains mainly: green. Hex color #357C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357C03 is #CA83FC. Grayscale: #595959. Windows color (decimal): -13272061 or 228405. OLE color: 228405.

HSL color Cylindrical-coordinate representation of color #357C03: hue angle of 95.21º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #357C03 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 124 3 -
CMYK 0.57 0 0.98 0.51
HSL 95.21º 0.95% 0.25% -
HSV(B) 95.21º 0.98% 0.49% -
XYZ 8.69 15.18 2.56 -
YUV 88.98 79.48 102.34 -
System Red Green Blue C M Y K H S L
Decimal 53 124 3 0.57 0 0.98 0.51 95.21 0.95 0.25
Hex 35 7C 3 39 0 62 33 5F 5F 19
Octal 65 174 3 71 0 142 63 137 137 31
Binary 110101 1111100 11 111001 0 1100010 110011 1011111 1011111 11001

Color Harmonies of #357C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C03

Black with #357C03

Text Example


Text Example

White with #357C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,124,3); }

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

background-color css

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

 a { background-color: rgb(53,124,3); }

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

border-color css

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

 span { border-color: rgb(53,124,3); }

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