Html Css Color HEX #357D0D Bilbao

📋 copy color: '#357D0D'

red 53 ◦ green 125 ◦ blue 13

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

Shades of Bilbao #357D0D

Tints of Bilbao #357D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.81%

R = 27.75%
G = 65.45%
B = 6.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.90

 K value IS 0.51

RGB Variations

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

Color information

#357D0D (or 0x357D0D) is known color: Bilbao. HEX triplet: 35, 7D and 0D. RGB value is (53,125,13). Sum of RGB (Red+Green+Blue) = 53+125+13=191 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.75% from 191); Green value is 125 (49.22% from 255 or 65.45% from 191); Blue value is 13 (5.47% from 255 or 6.81% from 191); Max value from RGB is 125 - color contains mainly: green. Hex color #357D0D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #357D0D is #CA82F2. Grayscale: #5B5B5B. Windows color (decimal): -13271795 or 884021. OLE color: 884021.

HSL color Cylindrical-coordinate representation of color #357D0D: hue angle of 98.57º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #357D0D is Cyan = 0.58, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB 53 125 13 -
CMYK 0.58 0 0.90 0.51
HSL 98.57º 0.81% 0.27% -
HSV(B) 98.57º 0.9% 0.49% -
XYZ 8.87 15.45 2.9 -
YUV 90.7 84.15 101.11 -
System Red Green Blue C M Y K H S L
Decimal 53 125 13 0.58 0 0.90 0.51 98.57 0.81 0.27
Hex 35 7D D 3A 0 5A 33 63 51 1B
Octal 65 175 15 72 0 132 63 143 121 33
Binary 110101 1111101 1101 111010 0 1011010 110011 1100011 1010001 11011

Color Harmonies of #357D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D0D

Black with #357D0D

Text Example


Text Example

White with #357D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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