Html Css Color HEX #3C6F28 Bilbao

📋 copy color: '#3C6F28'

red 60 ◦ green 111 ◦ blue 40

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

Shades of Bilbao #3C6F28

Tints of Bilbao #3C6F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 28.44%
G = 52.61%
B = 18.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#3C6F28 (or 0x3C6F28) is known color: Bilbao. HEX triplet: 3C, 6F and 28. RGB value is (60,111,40). Sum of RGB (Red+Green+Blue) = 60+111+40=211 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.44% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #3C6F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C6F28 is #C390D7. Grayscale: #575757. Windows color (decimal): -12816600 or 2649916. OLE color: 2649916.

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

Color convert

RGB 60 111 40 -
CMYK 0.46 0 0.64 0.56
HSL 103.1º 0.47% 0.3% -
HSV(B) 103.1º 0.64% 0.44% -
XYZ 7.93 12.48 4 -
YUV 87.66 101.1 108.27 -
System Red Green Blue C M Y K H S L
Decimal 60 111 40 0.46 0 0.64 0.56 103.1 0.47 0.3
Hex 3C 6F 28 2E 0 40 38 67 2F 1E
Octal 74 157 50 56 0 100 70 147 57 36
Binary 111100 1101111 101000 101110 0 1000000 111000 1100111 101111 11110

Color Harmonies of #3C6F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6F28

Black with #3C6F28

Text Example


Text Example

White with #3C6F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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