Html Css Color HEX #3C7727 Bilbao

📋 copy color: '#3C7727'

red 60 ◦ green 119 ◦ blue 39

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

Shades of Bilbao #3C7727

Tints of Bilbao #3C7727

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

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

R = 27.52%
G = 54.59%
B = 17.89%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#3C7727 (or 0x3C7727) is known color: Bilbao. HEX triplet: 3C, 77 and 27. RGB value is (60,119,39). Sum of RGB (Red+Green+Blue) = 60+119+39=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 39 (15.62% from 255 or 17.89% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #3C7727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3C7727 is #C388D8. Grayscale: #5C5C5C. Windows color (decimal): -12814553 or 2586428. OLE color: 2586428.

HSL color Cylindrical-coordinate representation of color #3C7727: hue angle of 104.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C7727 is Cyan = 0.50, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 119 39 -
CMYK 0.50 0 0.67 0.53
HSL 104.25º 0.51% 0.31% -
HSV(B) 104.25º 0.67% 0.47% -
XYZ 8.83 14.3 4.21 -
YUV 92.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 60 119 39 0.50 0 0.67 0.53 104.25 0.51 0.31
Hex 3C 77 27 32 0 43 35 68 33 1F
Octal 74 167 47 62 0 103 65 150 63 37
Binary 111100 1110111 100111 110010 0 1000011 110101 1101000 110011 11111

Color Harmonies of #3C7727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7727

Black with #3C7727

Text Example


Text Example

White with #3C7727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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