Html Css Color HEX #357F0F Bilbao

📋 copy color: '#357F0F'

red 53 ◦ green 127 ◦ blue 15

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

Shades of Bilbao #357F0F

Tints of Bilbao #357F0F

RGB

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

 GREEN value IS 127 (50% from 255) = 65.13%

 BLUE value IS 15 (6.25% from 255) = 7.69%

R = 27.18%
G = 65.13%
B = 7.69%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.88

 K value IS 0.50

RGB Variations

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

Color information

#357F0F (or 0x357F0F) is known color: Bilbao. HEX triplet: 35, 7F and 0F. RGB value is (53,127,15). Sum of RGB (Red+Green+Blue) = 53+127+15=195 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.18% from 195); Green value is 127 (50% from 255 or 65.13% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 127 - color contains mainly: green. Hex color #357F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357F0F is #CA80F0. Grayscale: #5C5C5C. Windows color (decimal): -13271281 or 1015605. OLE color: 1015605.

HSL color Cylindrical-coordinate representation of color #357F0F: hue angle of 99.64º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #357F0F is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.

Color convert

RGB 53 127 15 -
CMYK 0.58 0 0.88 0.50
HSL 99.64º 0.79% 0.28% -
HSV(B) 99.64º 0.88% 0.5% -
XYZ 9.14 15.97 3.05 -
YUV 92.11 84.48 100.11 -
System Red Green Blue C M Y K H S L
Decimal 53 127 15 0.58 0 0.88 0.50 99.64 0.79 0.28
Hex 35 7F F 3A 0 58 32 64 4F 1C
Octal 65 177 17 72 0 130 62 144 117 34
Binary 110101 1111111 1111 111010 0 1011000 110010 1100100 1001111 11100

Color Harmonies of #357F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F0F

Black with #357F0F

Text Example


Text Example

White with #357F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,127,15); }

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

background-color css

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

 a { background-color: rgb(53,127,15); }

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

border-color css

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

 span { border-color: rgb(53,127,15); }

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