Html Css Color HEX #3F7509 Bilbao

📋 copy color: '#3F7509'

red 63 ◦ green 117 ◦ blue 9

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

Shades of Bilbao #3F7509

Tints of Bilbao #3F7509

RGB

 RED value IS 63 (25% from 255) = 33.33%

 GREEN value IS 117 (46.09% from 255) = 61.9%

 BLUE value IS 9 (3.91% from 255) = 4.76%

R = 33.33%
G = 61.9%
B = 4.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#3F7509 (or 0x3F7509) is known color: Bilbao. HEX triplet: 3F, 75 and 09. RGB value is (63,117,9). Sum of RGB (Red+Green+Blue) = 63+117+9=189 (25% of max value = 765). Red value is 63 (25% from 255 or 33.33% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 9 (3.91% from 255 or 4.76% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7509 is #C08AF6. Grayscale: #585858. Windows color (decimal): -12618487 or 619839. OLE color: 619839.

HSL color Cylindrical-coordinate representation of color #3F7509: hue angle of 90º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3F7509 is Cyan = 0.46, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 9 -
CMYK 0.46 0 0.92 0.54
HSL 90º 0.86% 0.25% -
HSV(B) 90º 0.92% 0.46% -
XYZ 8.46 13.8 2.48 -
YUV 88.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 63 117 9 0.46 0 0.92 0.54 90 0.86 0.25
Hex 3F 75 9 2E 0 5C 36 5A 56 19
Octal 77 165 11 56 0 134 66 132 126 31
Binary 111111 1110101 1001 101110 0 1011100 110110 1011010 1010110 11001

Color Harmonies of #3F7509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7509

Black with #3F7509

Text Example


Text Example

White with #3F7509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,117,9); }

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

background-color css

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

 a { background-color: rgb(63,117,9); }

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

border-color css

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

 span { border-color: rgb(63,117,9); }

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