Html Css Color HEX #3C6F27 Bilbao

📋 copy color: '#3C6F27'

red 60 ◦ green 111 ◦ blue 39

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

Shades of Bilbao #3C6F27

Tints of Bilbao #3C6F27

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.86%

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

R = 28.57%
G = 52.86%
B = 18.57%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#3C6F27 (or 0x3C6F27) is known color: Bilbao. HEX triplet: 3C, 6F and 27. RGB value is (60,111,39). Sum of RGB (Red+Green+Blue) = 60+111+39=210 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.57% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 39 (15.62% from 255 or 18.57% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6F27 is #C390D8. Grayscale: #575757. Windows color (decimal): -12816601 or 2584380. OLE color: 2584380.

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

Color convert

RGB 60 111 39 -
CMYK 0.46 0 0.65 0.56
HSL 102.5º 0.48% 0.29% -
HSV(B) 102.5º 0.65% 0.44% -
XYZ 7.91 12.48 3.91 -
YUV 87.54 100.6 108.35 -
System Red Green Blue C M Y K H S L
Decimal 60 111 39 0.46 0 0.65 0.56 102.5 0.48 0.29
Hex 3C 6F 27 2E 0 41 38 66 30 1D
Octal 74 157 47 56 0 101 70 146 60 35
Binary 111100 1101111 100111 101110 0 1000001 111000 1100110 110000 11101

Color Harmonies of #3C6F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6F27

Black with #3C6F27

Text Example


Text Example

White with #3C6F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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