Html Css Color HEX #3C711E Bilbao

📋 copy color: '#3C711E'

red 60 ◦ green 113 ◦ blue 30

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

Shades of Bilbao #3C711E

Tints of Bilbao #3C711E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.78%

R = 29.56%
G = 55.67%
B = 14.78%

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

#3C711E (or 0x3C711E) is known color: Bilbao. HEX triplet: 3C, 71 and 1E. RGB value is (60,113,30). Sum of RGB (Red+Green+Blue) = 60+113+30=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 30 (12.11% from 255 or 14.78% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #3C711E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C711E is #C38EE1. Grayscale: #575757. Windows color (decimal): -12816098 or 1995068. OLE color: 1995068.

HSL color Cylindrical-coordinate representation of color #3C711E: hue angle of 98.31º degrees, saturation: 0.58, 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 #3C711E is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 113 30 -
CMYK 0.47 0 0.73 0.56
HSL 98.31º 0.58% 0.28% -
HSV(B) 98.31º 0.73% 0.44% -
XYZ 8 12.86 3.29 -
YUV 87.69 95.44 108.25 -
System Red Green Blue C M Y K H S L
Decimal 60 113 30 0.47 0 0.73 0.56 98.31 0.58 0.28
Hex 3C 71 1E 2F 0 49 38 62 3A 1C
Octal 74 161 36 57 0 111 70 142 72 34
Binary 111100 1110001 11110 101111 0 1001001 111000 1100010 111010 11100

Color Harmonies of #3C711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C711E

Black with #3C711E

Text Example


Text Example

White with #3C711E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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