Html Css Color HEX #3C710F Bilbao

📋 copy color: '#3C710F'

red 60 ◦ green 113 ◦ blue 15

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

Shades of Bilbao #3C710F

Tints of Bilbao #3C710F

RGB

 RED value IS 60 (23.83% from 255) = 31.91%

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

 BLUE value IS 15 (6.25% from 255) = 7.98%

R = 31.91%
G = 60.11%
B = 7.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#3C710F (or 0x3C710F) is known color: Bilbao. HEX triplet: 3C, 71 and 0F. RGB value is (60,113,15). Sum of RGB (Red+Green+Blue) = 60+113+15=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 15 (6.25% from 255 or 7.98% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #3C710F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C710F is #C38EF0. Grayscale: #565656. Windows color (decimal): -12816113 or 1012028. OLE color: 1012028.

HSL color Cylindrical-coordinate representation of color #3C710F: hue angle of 92.45º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C710F is Cyan = 0.47, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 113 15 -
CMYK 0.47 0 0.87 0.56
HSL 92.45º 0.77% 0.25% -
HSV(B) 92.45º 0.87% 0.44% -
XYZ 7.85 12.81 2.51 -
YUV 85.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 60 113 15 0.47 0 0.87 0.56 92.45 0.77 0.25
Hex 3C 71 F 2F 0 57 38 5C 4D 19
Octal 74 161 17 57 0 127 70 134 115 31
Binary 111100 1110001 1111 101111 0 1010111 111000 1011100 1001101 11001

Color Harmonies of #3C710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C710F

Black with #3C710F

Text Example


Text Example

White with #3C710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,15); }

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

background-color css

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

 a { background-color: rgb(60,113,15); }

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

border-color css

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

 span { border-color: rgb(60,113,15); }

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