Html Css Color HEX #3C711B Bilbao

📋 copy color: '#3C711B'

red 60 ◦ green 113 ◦ blue 27

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

Shades of Bilbao #3C711B

Tints of Bilbao #3C711B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 13.5%

R = 30%
G = 56.5%
B = 13.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#3C711B (or 0x3C711B) is known color: Bilbao. HEX triplet: 3C, 71 and 1B. RGB value is (60,113,27). Sum of RGB (Red+Green+Blue) = 60+113+27=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 113 (44.53% from 255 or 56.5% from 200); Blue value is 27 (10.94% from 255 or 13.5% from 200); Max value from RGB is 113 - color contains mainly: green. Hex color #3C711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C711B is #C38EE4. Grayscale: #575757. Windows color (decimal): -12816101 or 1798460. OLE color: 1798460.

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

Color convert

RGB 60 113 27 -
CMYK 0.47 0 0.76 0.56
HSL 96.98º 0.61% 0.27% -
HSV(B) 96.98º 0.76% 0.44% -
XYZ 7.97 12.85 3.1 -
YUV 87.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 60 113 27 0.47 0 0.76 0.56 96.98 0.61 0.27
Hex 3C 71 1B 2F 0 4C 38 61 3D 1B
Octal 74 161 33 57 0 114 70 141 75 33
Binary 111100 1110001 11011 101111 0 1001100 111000 1100001 111101 11011

Color Harmonies of #3C711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C711B

Black with #3C711B

Text Example


Text Example

White with #3C711B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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