Html Css Color HEX #337705 Bilbao

📋 copy color: '#337705'

red 51 ◦ green 119 ◦ blue 5

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

Shades of Bilbao #337705

Tints of Bilbao #337705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 68%

 BLUE value IS 5 (2.34% from 255) = 2.86%

R = 29.14%
G = 68%
B = 2.86%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#337705 (or 0x337705) is known color: Bilbao. HEX triplet: 33, 77 and 05. RGB value is (51,119,5). Sum of RGB (Red+Green+Blue) = 51+119+5=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 119 (46.88% from 255 or 68% from 175); Blue value is 5 (2.34% from 255 or 2.86% from 175); Max value from RGB is 119 - color contains mainly: green. Hex color #337705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337705 is #CC88FA. Grayscale: #565656. Windows color (decimal): -13404411 or 358195. OLE color: 358195.

HSL color Cylindrical-coordinate representation of color #337705: hue angle of 95.79º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #337705 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 5 -
CMYK 0.57 0 0.96 0.53
HSL 95.79º 0.92% 0.24% -
HSV(B) 95.79º 0.96% 0.47% -
XYZ 7.99 13.91 2.41 -
YUV 85.67 82.47 103.27 -
System Red Green Blue C M Y K H S L
Decimal 51 119 5 0.57 0 0.96 0.53 95.79 0.92 0.24
Hex 33 77 5 39 0 60 35 60 5C 18
Octal 63 167 5 71 0 140 65 140 134 30
Binary 110011 1110111 101 111001 0 1100000 110101 1100000 1011100 11000

Color Harmonies of #337705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337705

Black with #337705

Text Example


Text Example

White with #337705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337705; }

 p { color: rgb(51,119,5); }

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

background-color css

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

 a { background-color: rgb(51,119,5); }

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

border-color css

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

 span { border-color: rgb(51,119,5); }

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