Html Css Color HEX #3C711F Bilbao

📋 copy color: '#3C711F'

red 60 ◦ green 113 ◦ blue 31

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

Shades of Bilbao #3C711F

Tints of Bilbao #3C711F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.2%

R = 29.41%
G = 55.39%
B = 15.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#3C711F (or 0x3C711F) is known color: Bilbao. HEX triplet: 3C, 71 and 1F. RGB value is (60,113,31). Sum of RGB (Red+Green+Blue) = 60+113+31=204 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.41% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #3C711F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C711F is #C38EE0. Grayscale: #585858. Windows color (decimal): -12816097 or 2060604. OLE color: 2060604.

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

Color convert

RGB 60 113 31 -
CMYK 0.47 0 0.73 0.56
HSL 98.78º 0.57% 0.28% -
HSV(B) 98.78º 0.73% 0.44% -
XYZ 8.02 12.87 3.36 -
YUV 87.81 95.94 108.17 -
System Red Green Blue C M Y K H S L
Decimal 60 113 31 0.47 0 0.73 0.56 98.78 0.57 0.28
Hex 3C 71 1F 2F 0 49 38 63 39 1C
Octal 74 161 37 57 0 111 70 143 71 34
Binary 111100 1110001 11111 101111 0 1001001 111000 1100011 111001 11100

Color Harmonies of #3C711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C711F

Black with #3C711F

Text Example


Text Example

White with #3C711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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