Html Css Color HEX #337E0F Bilbao

📋 copy color: '#337E0F'

red 51 ◦ green 126 ◦ blue 15

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

Shades of Bilbao #337E0F

Tints of Bilbao #337E0F

RGB

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

 GREEN value IS 126 (49.61% from 255) = 65.63%

 BLUE value IS 15 (6.25% from 255) = 7.81%

R = 26.56%
G = 65.63%
B = 7.81%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.88

 K value IS 0.51

RGB Variations

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

Color information

#337E0F (or 0x337E0F) is known color: Bilbao. HEX triplet: 33, 7E and 0F. RGB value is (51,126,15). Sum of RGB (Red+Green+Blue) = 51+126+15=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 126 (49.61% from 255 or 65.62% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 126 - color contains mainly: green. Hex color #337E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337E0F is #CC81F0. Grayscale: #5B5B5B. Windows color (decimal): -13402609 or 1015347. OLE color: 1015347.

HSL color Cylindrical-coordinate representation of color #337E0F: hue angle of 100.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #337E0F is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 126 15 -
CMYK 0.60 0 0.88 0.51
HSL 100.54º 0.79% 0.28% -
HSV(B) 100.54º 0.88% 0.49% -
XYZ 8.91 15.66 3 -
YUV 90.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 51 126 15 0.60 0 0.88 0.51 100.54 0.79 0.28
Hex 33 7E F 3C 0 58 33 65 4F 1C
Octal 63 176 17 74 0 130 63 145 117 34
Binary 110011 1111110 1111 111100 0 1011000 110011 1100101 1001111 11100

Color Harmonies of #337E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E0F

Black with #337E0F

Text Example


Text Example

White with #337E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,126,15); }

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

background-color css

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

 a { background-color: rgb(51,126,15); }

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

border-color css

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

 span { border-color: rgb(51,126,15); }

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