Html Css Color HEX #3D7617 Bilbao

📋 copy color: '#3D7617'

red 61 ◦ green 118 ◦ blue 23

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

Shades of Bilbao #3D7617

Tints of Bilbao #3D7617

RGB

 RED value IS 61 (24.22% from 255) = 30.2%

 GREEN value IS 118 (46.48% from 255) = 58.42%

 BLUE value IS 23 (9.38% from 255) = 11.39%

R = 30.2%
G = 58.42%
B = 11.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#3D7617 (or 0x3D7617) is known color: Bilbao. HEX triplet: 3D, 76 and 17. RGB value is (61,118,23). Sum of RGB (Red+Green+Blue) = 61+118+23=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 118 (46.48% from 255 or 58.42% from 202); Blue value is 23 (9.38% from 255 or 11.39% from 202); Max value from RGB is 118 - color contains mainly: green. Hex color #3D7617 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D7617 is #C289E8. Grayscale: #5A5A5A. Windows color (decimal): -12749289 or 1537597. OLE color: 1537597.

HSL color Cylindrical-coordinate representation of color #3D7617: hue angle of 96º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3D7617 is Cyan = 0.48, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.

Color convert

RGB 61 118 23 -
CMYK 0.48 0 0.81 0.54
HSL 96º 0.67% 0.28% -
HSV(B) 96º 0.81% 0.46% -
XYZ 8.56 14.01 3.06 -
YUV 90.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 61 118 23 0.48 0 0.81 0.54 96 0.67 0.28
Hex 3D 76 17 30 0 51 36 60 43 1C
Octal 75 166 27 60 0 121 66 140 103 34
Binary 111101 1110110 10111 110000 0 1010001 110110 1100000 1000011 11100

Color Harmonies of #3D7617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7617

Black with #3D7617

Text Example


Text Example

White with #3D7617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,118,23); }

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

background-color css

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

 a { background-color: rgb(61,118,23); }

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

border-color css

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

 span { border-color: rgb(61,118,23); }

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