#338F07

Color #338F07 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #338F07

Tints of Bilbao #338F07

Color information

#338F07 (or 0x338F07) is unknown color: approx Bilbao. HEX triplet: 33, 8F and 07. RGB value is (51,143,7). Sum of RGB (Red+Green+Blue) = 51+143+7=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 143 (56.25% from 255 or 71.14% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 143 - color contains mainly: green. Hex color #338F07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #338F07 is #CC70F8. Grayscale: #646464. Windows color (decimal): -13398265 or 495411. OLE color: 495411.

HSL color Cylindrical-coordinate representation of color #338F07: hue angle of 100.59º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #338F07 is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB511437-
CMYK0.6400.950.44
HSL100.59º90.67%29.41%-
HSV(B)100.59º95.1%56.08%-
XYZ11.2320.363.54-
YUV99.9975.5293.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 143 (56.25% from 255) = 71.14%
BLUE value IS 7 (3.12% from 255) = 3.48%
R=25.37%
G=71.14%
B=3.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5114370.6400.950.44100.5990.6729.41
Hex338F74005F2C655b1d
Octal63217710001375414513335
Binary110011100011111111000000010111111011001100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338F07; }

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

 H1.HeaderClassName
 {
   color: #338F07;
 }
 .AnyTagClassName
 {
   color: #338F07;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #338F07;
 }
 .BgClassName
 {
   background-color: #338F07;
 }
</style>
border-color css

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

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

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