Html Css Color HEX #337507 Bilbao

📋 copy color: '#337507'

red 51 ◦ green 117 ◦ blue 7

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

Shades of Bilbao #337507

Tints of Bilbao #337507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4%

R = 29.14%
G = 66.86%
B = 4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#337507 (or 0x337507) is known color: Bilbao. HEX triplet: 33, 75 and 07. RGB value is (51,117,7). Sum of RGB (Red+Green+Blue) = 51+117+7=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 117 (46.09% from 255 or 66.86% from 175); Blue value is 7 (3.12% from 255 or 4% from 175); Max value from RGB is 117 - color contains mainly: green. Hex color #337507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337507 is #CC8AF8. Grayscale: #555555. Windows color (decimal): -13404921 or 488755. OLE color: 488755.

HSL color Cylindrical-coordinate representation of color #337507: hue angle of 96º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #337507 is Cyan = 0.56, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 7 -
CMYK 0.56 0 0.94 0.54
HSL 96º 0.89% 0.24% -
HSV(B) 96º 0.94% 0.46% -
XYZ 7.76 13.44 2.39 -
YUV 84.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 51 117 7 0.56 0 0.94 0.54 96 0.89 0.24
Hex 33 75 7 38 0 5E 36 60 59 18
Octal 63 165 7 70 0 136 66 140 131 30
Binary 110011 1110101 111 111000 0 1011110 110110 1100000 1011001 11000

Color Harmonies of #337507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337507

Black with #337507

Text Example


Text Example

White with #337507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337507; }

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

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

background-color css

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

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

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

border-color css

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

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

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