Html Css Color HEX #3C6D21 Bilbao

📋 copy color: '#3C6D21'

red 60 ◦ green 109 ◦ blue 33

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

Shades of Bilbao #3C6D21

Tints of Bilbao #3C6D21

RGB

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

 GREEN value IS 109 (42.97% from 255) = 53.96%

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 29.7%
G = 53.96%
B = 16.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.70

 K value IS 0.57

RGB Variations

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

Color information

#3C6D21 (or 0x3C6D21) is known color: Bilbao. HEX triplet: 3C, 6D and 21. RGB value is (60,109,33). Sum of RGB (Red+Green+Blue) = 60+109+33=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 109 (42.97% from 255 or 53.96% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6D21 is #C392DE. Grayscale: #555555. Windows color (decimal): -12817119 or 2190652. OLE color: 2190652.

HSL color Cylindrical-coordinate representation of color #3C6D21: hue angle of 98.68º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C6D21 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.57.

Color convert

RGB 60 109 33 -
CMYK 0.45 0 0.70 0.57
HSL 98.68º 0.54% 0.28% -
HSV(B) 98.68º 0.7% 0.43% -
XYZ 7.61 12.01 3.36 -
YUV 85.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 60 109 33 0.45 0 0.70 0.57 98.68 0.54 0.28
Hex 3C 6D 21 2D 0 46 39 63 36 1C
Octal 74 155 41 55 0 106 71 143 66 34
Binary 111100 1101101 100001 101101 0 1000110 111001 1100011 110110 11100

Color Harmonies of #3C6D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6D21

Black with #3C6D21

Text Example


Text Example

White with #3C6D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,109,33); }

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

background-color css

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

 a { background-color: rgb(60,109,33); }

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

border-color css

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

 span { border-color: rgb(60,109,33); }

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