Html Css Color HEX #3C7227 Bilbao

📋 copy color: '#3C7227'

red 60 ◦ green 114 ◦ blue 39

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

Shades of Bilbao #3C7227

Tints of Bilbao #3C7227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.31%

R = 28.17%
G = 53.52%
B = 18.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#3C7227 (or 0x3C7227) is known color: Bilbao. HEX triplet: 3C, 72 and 27. RGB value is (60,114,39). Sum of RGB (Red+Green+Blue) = 60+114+39=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #3C7227 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7227 is #C38DD8. Grayscale: #595959. Windows color (decimal): -12815833 or 2585148. OLE color: 2585148.

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

Color convert

RGB 60 114 39 -
CMYK 0.47 0 0.66 0.55
HSL 103.2º 0.49% 0.3% -
HSV(B) 103.2º 0.66% 0.45% -
XYZ 8.25 13.14 4.02 -
YUV 89.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 60 114 39 0.47 0 0.66 0.55 103.2 0.49 0.3
Hex 3C 72 27 2F 0 42 37 67 31 1E
Octal 74 162 47 57 0 102 67 147 61 36
Binary 111100 1110010 100111 101111 0 1000010 110111 1100111 110001 11110

Color Harmonies of #3C7227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7227

Black with #3C7227

Text Example


Text Example

White with #3C7227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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