Html Css Color HEX #3C710A Bilbao

📋 copy color: '#3C710A'

red 60 ◦ green 113 ◦ blue 10

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

Shades of Bilbao #3C710A

Tints of Bilbao #3C710A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 61.75%

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 32.79%
G = 61.75%
B = 5.46%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#3C710A (or 0x3C710A) is known color: Bilbao. HEX triplet: 3C, 71 and 0A. RGB value is (60,113,10). Sum of RGB (Red+Green+Blue) = 60+113+10=183 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.79% from 183); Green value is 113 (44.53% from 255 or 61.75% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 113 - color contains mainly: green. Hex color #3C710A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C710A is #C38EF5. Grayscale: #555555. Windows color (decimal): -12816118 or 684348. OLE color: 684348.

HSL color Cylindrical-coordinate representation of color #3C710A: hue angle of 90.87º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C710A is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB 60 113 10 -
CMYK 0.47 0 0.91 0.56
HSL 90.87º 0.84% 0.24% -
HSV(B) 90.87º 0.91% 0.44% -
XYZ 7.82 12.79 2.34 -
YUV 85.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 60 113 10 0.47 0 0.91 0.56 90.87 0.84 0.24
Hex 3C 71 A 2F 0 5B 38 5B 54 18
Octal 74 161 12 57 0 133 70 133 124 30
Binary 111100 1110001 1010 101111 0 1011011 111000 1011011 1010100 11000

Color Harmonies of #3C710A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C710A

Black with #3C710A

Text Example


Text Example

White with #3C710A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,113,10); }

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

background-color css

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

 a { background-color: rgb(60,113,10); }

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

border-color css

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

 span { border-color: rgb(60,113,10); }

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