Html Css Color HEX #357D1B Bilbao

📋 copy color: '#357D1B'

red 53 ◦ green 125 ◦ blue 27

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

Shades of Bilbao #357D1B

Tints of Bilbao #357D1B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 60.98%

 BLUE value IS 27 (10.94% from 255) = 13.17%

R = 25.85%
G = 60.98%
B = 13.17%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.78

 K value IS 0.51

RGB Variations

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

Color information

#357D1B (or 0x357D1B) is known color: Bilbao. HEX triplet: 35, 7D and 1B. RGB value is (53,125,27). Sum of RGB (Red+Green+Blue) = 53+125+27=205 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.85% from 205); Green value is 125 (49.22% from 255 or 60.98% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 125 - color contains mainly: green. Hex color #357D1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #357D1B is #CA82E4. Grayscale: #5C5C5C. Windows color (decimal): -13271781 or 1801525. OLE color: 1801525.

HSL color Cylindrical-coordinate representation of color #357D1B: hue angle of 104.08º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #357D1B is Cyan = 0.58, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 125 27 -
CMYK 0.58 0 0.78 0.51
HSL 104.08º 0.64% 0.3% -
HSV(B) 104.08º 0.78% 0.49% -
XYZ 9 15.5 3.56 -
YUV 92.3 91.15 99.97 -
System Red Green Blue C M Y K H S L
Decimal 53 125 27 0.58 0 0.78 0.51 104.08 0.64 0.3
Hex 35 7D 1B 3A 0 4E 33 68 40 1E
Octal 65 175 33 72 0 116 63 150 100 36
Binary 110101 1111101 11011 111010 0 1001110 110011 1101000 1000000 11110

Color Harmonies of #357D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D1B

Black with #357D1B

Text Example


Text Example

White with #357D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,125,27); }

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

background-color css

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

 a { background-color: rgb(53,125,27); }

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

border-color css

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

 span { border-color: rgb(53,125,27); }

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