Html Css Color HEX #3C730D Bilbao

📋 copy color: '#3C730D'

red 60 ◦ green 115 ◦ blue 13

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

Shades of Bilbao #3C730D

Tints of Bilbao #3C730D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.91%

R = 31.91%
G = 61.17%
B = 6.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#3C730D (or 0x3C730D) is known color: Bilbao. HEX triplet: 3C, 73 and 0D. RGB value is (60,115,13). Sum of RGB (Red+Green+Blue) = 60+115+13=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 13 (5.47% from 255 or 6.91% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #3C730D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C730D is #C38CF2. Grayscale: #575757. Windows color (decimal): -12815603 or 881468. OLE color: 881468.

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

Color convert

RGB 60 115 13 -
CMYK 0.48 0 0.89 0.55
HSL 92.35º 0.8% 0.25% -
HSV(B) 92.35º 0.89% 0.45% -
XYZ 8.07 13.25 2.51 -
YUV 86.93 86.28 108.79 -
System Red Green Blue C M Y K H S L
Decimal 60 115 13 0.48 0 0.89 0.55 92.35 0.8 0.25
Hex 3C 73 D 30 0 59 37 5C 50 19
Octal 74 163 15 60 0 131 67 134 120 31
Binary 111100 1110011 1101 110000 0 1011001 110111 1011100 1010000 11001

Color Harmonies of #3C730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C730D

Black with #3C730D

Text Example


Text Example

White with #3C730D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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