Html Css Color HEX #35750D Bilbao

📋 copy color: '#35750D'

red 53 ◦ green 117 ◦ blue 13

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

Shades of Bilbao #35750D

Tints of Bilbao #35750D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 63.93%

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

R = 28.96%
G = 63.93%
B = 7.1%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#35750D (or 0x35750D) is known color: Bilbao. HEX triplet: 35, 75 and 0D. RGB value is (53,117,13). Sum of RGB (Red+Green+Blue) = 53+117+13=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 117 (46.09% from 255 or 63.93% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 117 - color contains mainly: green. Hex color #35750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35750D is #CA8AF2. Grayscale: #565656. Windows color (decimal): -13273843 or 881973. OLE color: 881973.

HSL color Cylindrical-coordinate representation of color #35750D: hue angle of 96.92º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35750D is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 53 117 13 -
CMYK 0.55 0 0.89 0.54
HSL 96.92º 0.8% 0.25% -
HSV(B) 96.92º 0.89% 0.46% -
XYZ 7.9 13.51 2.57 -
YUV 86.01 86.8 104.46 -
System Red Green Blue C M Y K H S L
Decimal 53 117 13 0.55 0 0.89 0.54 96.92 0.8 0.25
Hex 35 75 D 37 0 59 36 61 50 19
Octal 65 165 15 67 0 131 66 141 120 31
Binary 110101 1110101 1101 110111 0 1011001 110110 1100001 1010000 11001

Color Harmonies of #35750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35750D

Black with #35750D

Text Example


Text Example

White with #35750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35750D; }

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

 H1.HeaderClassName
 {
   color: #35750D;
 }
 .AnyTagClassName
 {
   color: #35750D;
 }
</style>

background-color css

<style>
 a { background-color: #35750D; }

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

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

border-color css

<style>
 span { border-color: #35750D; }

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

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