Html Css Color HEX #3D710B Bilbao

📋 copy color: '#3D710B'

red 61 ◦ green 113 ◦ blue 11

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

Shades of Bilbao #3D710B

Tints of Bilbao #3D710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.08%

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 32.97%
G = 61.08%
B = 5.95%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#3D710B (or 0x3D710B) is known color: Bilbao. HEX triplet: 3D, 71 and 0B. RGB value is (61,113,11). Sum of RGB (Red+Green+Blue) = 61+113+11=185 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.97% from 185); Green value is 113 (44.53% from 255 or 61.08% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 113 - color contains mainly: green. Hex color #3D710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3D710B is #C28EF4. Grayscale: #565656. Windows color (decimal): -12750581 or 749885. OLE color: 749885.

HSL color Cylindrical-coordinate representation of color #3D710B: hue angle of 90.59º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D710B is Cyan = 0.46, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 61 113 11 -
CMYK 0.46 0 0.90 0.56
HSL 90.59º 0.82% 0.24% -
HSV(B) 90.59º 0.9% 0.44% -
XYZ 7.89 12.83 2.38 -
YUV 85.82 85.77 110.29 -
System Red Green Blue C M Y K H S L
Decimal 61 113 11 0.46 0 0.90 0.56 90.59 0.82 0.24
Hex 3D 71 B 2E 0 5A 38 5B 52 18
Octal 75 161 13 56 0 132 70 133 122 30
Binary 111101 1110001 1011 101110 0 1011010 111000 1011011 1010010 11000

Color Harmonies of #3D710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D710B

Black with #3D710B

Text Example


Text Example

White with #3D710B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,113,11); }

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

background-color css

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

 a { background-color: rgb(61,113,11); }

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

border-color css

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

 span { border-color: rgb(61,113,11); }

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