Html Css Color HEX #33750D Bilbao

📋 copy color: '#33750D'

red 51 ◦ green 117 ◦ blue 13

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

Shades of Bilbao #33750D

Tints of Bilbao #33750D

RGB

 RED value IS 51 (20.31% from 255) = 28.18%

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

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

R = 28.18%
G = 64.64%
B = 7.18%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#33750D (or 0x33750D) is known color: Bilbao. HEX triplet: 33, 75 and 0D. RGB value is (51,117,13). Sum of RGB (Red+Green+Blue) = 51+117+13=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 117 (46.09% from 255 or 64.64% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 117 - color contains mainly: green. Hex color #33750D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33750D is #CC8AF2. Grayscale: #555555. Windows color (decimal): -13404915 or 881971. OLE color: 881971.

HSL color Cylindrical-coordinate representation of color #33750D: hue angle of 98.08º 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 #33750D is Cyan = 0.56, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 13 -
CMYK 0.56 0 0.89 0.54
HSL 98.08º 0.8% 0.25% -
HSV(B) 98.08º 0.89% 0.46% -
XYZ 7.8 13.46 2.57 -
YUV 85.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 51 117 13 0.56 0 0.89 0.54 98.08 0.8 0.25
Hex 33 75 D 38 0 59 36 62 50 19
Octal 63 165 15 70 0 131 66 142 120 31
Binary 110011 1110101 1101 111000 0 1011001 110110 1100010 1010000 11001

Color Harmonies of #33750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33750D

Black with #33750D

Text Example


Text Example

White with #33750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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