#3F7802

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

Shades of Bilbao #3F7802

Tints of Bilbao #3F7802

Color information

#3F7802 (or 0x3F7802) is unknown color: approx Bilbao. HEX triplet: 3F, 78 and 02. RGB value is (63,120,2). Sum of RGB (Red+Green+Blue) = 63+120+2=185 (24% of max value = 765). Red value is 63 (25% from 255 or 34.05% from 185); Green value is 120 (47.27% from 255 or 64.86% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 120 - color contains mainly: green. Hex color #3F7802 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7802 is #C087FD. Grayscale: #595959. Windows color (decimal): -12617726 or 161855. OLE color: 161855.

HSL color Cylindrical-coordinate representation of color #3F7802: hue angle of 88.98º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F7802 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB631202-
CMYK0.4800.980.53
HSL88.98º96.72%23.92%-
HSV(B)88.98º98.33%47.06%-
XYZ8.7814.492.39-
YUV89.578.62109.09-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 34.05%
GREEN value IS 120 (47.27% from 255) = 64.86%
BLUE value IS 2 (1.17% from 255) = 1.08%
R=34.05%
G=64.86%
B=1.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6312020.4800.980.5388.9896.7223.92
Hex3F7823006235596118
Octal7717026001426513114130
Binary111111111100010110000011000101101011011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F7802; }

 p { color: rgb(63,120,2); }

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

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

 a { background-color: rgb(63,120,2); }

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

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

 span { border-color: rgb(63,120,2); }

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