Html Css Color HEX #3C7221 Bilbao

📋 copy color: '#3C7221'

red 60 ◦ green 114 ◦ blue 33

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

Shades of Bilbao #3C7221

Tints of Bilbao #3C7221

RGB

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

 GREEN value IS 114 (44.92% from 255) = 55.07%

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

R = 28.99%
G = 55.07%
B = 15.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.71

 K value IS 0.55

RGB Variations

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

Color information

#3C7221 (or 0x3C7221) is known color: Bilbao. HEX triplet: 3C, 72 and 21. RGB value is (60,114,33). Sum of RGB (Red+Green+Blue) = 60+114+33=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 114 (44.92% from 255 or 55.07% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7221 is #C38DDE. Grayscale: #585858. Windows color (decimal): -12815839 or 2191932. OLE color: 2191932.

HSL color Cylindrical-coordinate representation of color #3C7221: hue angle of 100º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C7221 is Cyan = 0.47, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB 60 114 33 -
CMYK 0.47 0 0.71 0.55
HSL 100º 0.55% 0.29% -
HSV(B) 100º 0.71% 0.45% -
XYZ 8.16 13.11 3.54 -
YUV 88.62 96.61 107.59 -
System Red Green Blue C M Y K H S L
Decimal 60 114 33 0.47 0 0.71 0.55 100 0.55 0.29
Hex 3C 72 21 2F 0 47 37 64 37 1D
Octal 74 162 41 57 0 107 67 144 67 35
Binary 111100 1110010 100001 101111 0 1000111 110111 1100100 110111 11101

Color Harmonies of #3C7221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7221

Black with #3C7221

Text Example


Text Example

White with #3C7221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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