Html Css Color HEX #3F7521 Bilbao

📋 copy color: '#3F7521'

red 63 ◦ green 117 ◦ blue 33

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

Shades of Bilbao #3F7521

Tints of Bilbao #3F7521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.49%

R = 29.58%
G = 54.93%
B = 15.49%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#3F7521 (or 0x3F7521) is known color: Bilbao. HEX triplet: 3F, 75 and 21. RGB value is (63,117,33). Sum of RGB (Red+Green+Blue) = 63+117+33=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 33 (13.28% from 255 or 15.49% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7521 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F7521 is #C08ADE. Grayscale: #5B5B5B. Windows color (decimal): -12618463 or 2192703. OLE color: 2192703.

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

Color convert

RGB 63 117 33 -
CMYK 0.46 0 0.72 0.54
HSL 98.57º 0.56% 0.29% -
HSV(B) 98.57º 0.72% 0.46% -
XYZ 8.69 13.89 3.66 -
YUV 91.28 95.11 107.83 -
System Red Green Blue C M Y K H S L
Decimal 63 117 33 0.46 0 0.72 0.54 98.57 0.56 0.29
Hex 3F 75 21 2E 0 48 36 63 38 1D
Octal 77 165 41 56 0 110 66 143 70 35
Binary 111111 1110101 100001 101110 0 1001000 110110 1100011 111000 11101

Color Harmonies of #3F7521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7521

Black with #3F7521

Text Example


Text Example

White with #3F7521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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