Html Css Color HEX #3C7019 Bilbao

📋 copy color: '#3C7019'

red 60 ◦ green 112 ◦ blue 25

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

Shades of Bilbao #3C7019

Tints of Bilbao #3C7019

RGB

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

 GREEN value IS 112 (44.14% from 255) = 56.85%

 BLUE value IS 25 (10.16% from 255) = 12.69%

R = 30.46%
G = 56.85%
B = 12.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#3C7019 (or 0x3C7019) is known color: Bilbao. HEX triplet: 3C, 70 and 19. RGB value is (60,112,25). Sum of RGB (Red+Green+Blue) = 60+112+25=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 112 (44.14% from 255 or 56.85% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 112 - color contains mainly: green. Hex color #3C7019 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7019 is #C38FE6. Grayscale: #565656. Windows color (decimal): -12816359 or 1667132. OLE color: 1667132.

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

Color convert

RGB 60 112 25 -
CMYK 0.46 0 0.78 0.56
HSL 95.86º 0.64% 0.27% -
HSV(B) 95.86º 0.78% 0.44% -
XYZ 7.83 12.62 2.94 -
YUV 86.53 93.27 109.07 -
System Red Green Blue C M Y K H S L
Decimal 60 112 25 0.46 0 0.78 0.56 95.86 0.64 0.27
Hex 3C 70 19 2E 0 4E 38 60 40 1B
Octal 74 160 31 56 0 116 70 140 100 33
Binary 111100 1110000 11001 101110 0 1001110 111000 1100000 1000000 11011

Color Harmonies of #3C7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7019

Black with #3C7019

Text Example


Text Example

White with #3C7019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,112,25); }

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

background-color css

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

 a { background-color: rgb(60,112,25); }

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

border-color css

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

 span { border-color: rgb(60,112,25); }

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