Html Css Color HEX #3C771C Bilbao

📋 copy color: '#3C771C'

red 60 ◦ green 119 ◦ blue 28

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

Shades of Bilbao #3C771C

Tints of Bilbao #3C771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.49%

 BLUE value IS 28 (11.33% from 255) = 13.53%

R = 28.99%
G = 57.49%
B = 13.53%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#3C771C (or 0x3C771C) is known color: Bilbao. HEX triplet: 3C, 77 and 1C. RGB value is (60,119,28). Sum of RGB (Red+Green+Blue) = 60+119+28=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 28 (11.33% from 255 or 13.53% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #3C771C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C771C is #C388E3. Grayscale: #5B5B5B. Windows color (decimal): -12814564 or 1865532. OLE color: 1865532.

HSL color Cylindrical-coordinate representation of color #3C771C: hue angle of 98.9º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C771C is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 28 -
CMYK 0.50 0 0.76 0.53
HSL 98.9º 0.62% 0.29% -
HSV(B) 98.9º 0.76% 0.47% -
XYZ 8.67 14.24 3.39 -
YUV 90.99 92.45 105.9 -
System Red Green Blue C M Y K H S L
Decimal 60 119 28 0.50 0 0.76 0.53 98.9 0.62 0.29
Hex 3C 77 1C 32 0 4C 35 63 3E 1D
Octal 74 167 34 62 0 114 65 143 76 35
Binary 111100 1110111 11100 110010 0 1001100 110101 1100011 111110 11101

Color Harmonies of #3C771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C771C

Black with #3C771C

Text Example


Text Example

White with #3C771C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,119,28); }

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

background-color css

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

 a { background-color: rgb(60,119,28); }

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

border-color css

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

 span { border-color: rgb(60,119,28); }

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