Html Css Color HEX #3C7319 Bilbao

📋 copy color: '#3C7319'

red 60 ◦ green 115 ◦ blue 25

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

Shades of Bilbao #3C7319

Tints of Bilbao #3C7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 57.5%

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

R = 30%
G = 57.5%
B = 12.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#3C7319 (or 0x3C7319) is known color: Bilbao. HEX triplet: 3C, 73 and 19. RGB value is (60,115,25). Sum of RGB (Red+Green+Blue) = 60+115+25=200 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #3C7319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7319 is #C38CE6. Grayscale: #585858. Windows color (decimal): -12815591 or 1667900. OLE color: 1667900.

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

Color convert

RGB 60 115 25 -
CMYK 0.48 0 0.78 0.55
HSL 96.67º 0.64% 0.27% -
HSV(B) 96.67º 0.78% 0.45% -
XYZ 8.17 13.29 3.05 -
YUV 88.3 92.28 107.82 -
System Red Green Blue C M Y K H S L
Decimal 60 115 25 0.48 0 0.78 0.55 96.67 0.64 0.27
Hex 3C 73 19 30 0 4E 37 61 40 1B
Octal 74 163 31 60 0 116 67 141 100 33
Binary 111100 1110011 11001 110000 0 1001110 110111 1100001 1000000 11011

Color Harmonies of #3C7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7319

Black with #3C7319

Text Example


Text Example

White with #3C7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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