Html Css Color HEX #3C7513 Bilbao

📋 copy color: '#3C7513'

red 60 ◦ green 117 ◦ blue 19

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

Shades of Bilbao #3C7513

Tints of Bilbao #3C7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 59.69%

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 30.61%
G = 59.69%
B = 9.69%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#3C7513 (or 0x3C7513) is known color: Bilbao. HEX triplet: 3C, 75 and 13. RGB value is (60,117,19). Sum of RGB (Red+Green+Blue) = 60+117+19=196 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.61% from 196); Green value is 117 (46.09% from 255 or 59.69% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 117 - color contains mainly: green. Hex color #3C7513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C7513 is #C38AEC. Grayscale: #595959. Windows color (decimal): -12815085 or 1275196. OLE color: 1275196.

HSL color Cylindrical-coordinate representation of color #3C7513: hue angle of 94.9º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C7513 is Cyan = 0.49, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 117 19 -
CMYK 0.49 0 0.84 0.54
HSL 94.9º 0.72% 0.27% -
HSV(B) 94.9º 0.84% 0.46% -
XYZ 8.34 13.73 2.83 -
YUV 88.79 88.62 107.47 -
System Red Green Blue C M Y K H S L
Decimal 60 117 19 0.49 0 0.84 0.54 94.9 0.72 0.27
Hex 3C 75 13 31 0 54 36 5F 48 1B
Octal 74 165 23 61 0 124 66 137 110 33
Binary 111100 1110101 10011 110001 0 1010100 110110 1011111 1001000 11011

Color Harmonies of #3C7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7513

Black with #3C7513

Text Example


Text Example

White with #3C7513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,117,19); }

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

background-color css

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

 a { background-color: rgb(60,117,19); }

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

border-color css

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

 span { border-color: rgb(60,117,19); }

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