Html Css Color HEX #3C701F Bilbao

📋 copy color: '#3C701F'

red 60 ◦ green 112 ◦ blue 31

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

Shades of Bilbao #3C701F

Tints of Bilbao #3C701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.27%

R = 29.56%
G = 55.17%
B = 15.27%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#3C701F (or 0x3C701F) is known color: Bilbao. HEX triplet: 3C, 70 and 1F. RGB value is (60,112,31). Sum of RGB (Red+Green+Blue) = 60+112+31=203 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.56% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 31 (12.5% from 255 or 15.27% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #3C701F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C701F is #C38FE0. Grayscale: #575757. Windows color (decimal): -12816353 or 2060348. OLE color: 2060348.

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

Color convert

RGB 60 112 31 -
CMYK 0.46 0 0.72 0.56
HSL 98.52º 0.57% 0.28% -
HSV(B) 98.52º 0.72% 0.44% -
XYZ 7.9 12.65 3.32 -
YUV 87.22 96.27 108.59 -
System Red Green Blue C M Y K H S L
Decimal 60 112 31 0.46 0 0.72 0.56 98.52 0.57 0.28
Hex 3C 70 1F 2E 0 48 38 63 39 1C
Octal 74 160 37 56 0 110 70 143 71 34
Binary 111100 1110000 11111 101110 0 1001000 111000 1100011 111001 11100

Color Harmonies of #3C701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C701F

Black with #3C701F

Text Example


Text Example

White with #3C701F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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