Html Css Color HEX #337D27 Bilbao

📋 copy color: '#337D27'

red 51 ◦ green 125 ◦ blue 39

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

Shades of Bilbao #337D27

Tints of Bilbao #337D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.14%

R = 23.72%
G = 58.14%
B = 18.14%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.69

 K value IS 0.51

RGB Variations

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

Color information

#337D27 (or 0x337D27) is known color: Bilbao. HEX triplet: 33, 7D and 27. RGB value is (51,125,39). Sum of RGB (Red+Green+Blue) = 51+125+39=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 125 (49.22% from 255 or 58.14% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 125 - color contains mainly: green. Hex color #337D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D27 is #CC82D8. Grayscale: #5D5D5D. Windows color (decimal): -13402841 or 2587955. OLE color: 2587955.

HSL color Cylindrical-coordinate representation of color #337D27: hue angle of 111.63º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #337D27 is Cyan = 0.59, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 39 -
CMYK 0.59 0 0.69 0.51
HSL 111.63º 0.52% 0.32% -
HSV(B) 111.63º 0.69% 0.49% -
XYZ 9.07 15.52 4.44 -
YUV 93.07 97.48 97.99 -
System Red Green Blue C M Y K H S L
Decimal 51 125 39 0.59 0 0.69 0.51 111.63 0.52 0.32
Hex 33 7D 27 3B 0 45 33 70 34 20
Octal 63 175 47 73 0 105 63 160 64 40
Binary 110011 1111101 100111 111011 0 1000101 110011 1110000 110100 100000

Color Harmonies of #337D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D27

Black with #337D27

Text Example


Text Example

White with #337D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337D27; }

 p { color: rgb(51,125,39); }

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

background-color css

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

 a { background-color: rgb(51,125,39); }

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

border-color css

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

 span { border-color: rgb(51,125,39); }

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